修改数据库配置
This commit is contained in:
parent
d1493028d6
commit
0fc255a6c9
18
dashuju.sh
18
dashuju.sh
|
|
@ -3,17 +3,17 @@ export DOMAIN=dashuju
|
|||
export DOMAIN_END=t-aaron.com
|
||||
# 主机对外爆露的HTTP端口
|
||||
export NGINX_HTTP_PORT=9999
|
||||
# 主机对外爆露的HTTPS端口---------
|
||||
export NGINX_HTTPS_PORT=1443
|
||||
# 主机对外爆露的HTTPS端口---------
|
||||
export NGINX_HTTPS_PORT=3443
|
||||
# MYSQL对外地址 ----
|
||||
export MYSQL_PORT=29456
|
||||
export MYSQL_PORT=3009
|
||||
export REDIS_PORT=6381
|
||||
#MQTT 配置
|
||||
# MQTT对外爆露端口 --
|
||||
# MQTT对外爆露端口 -- OK
|
||||
export MQTT_PORT=8000
|
||||
export MQTT_WS_PORT=9004
|
||||
export KAFKA_PORT=9292
|
||||
# SRS对外爆露端口----
|
||||
# SRS对外爆露端口---- OK
|
||||
export SRS_RTMP_PORT=1935
|
||||
# Minio对外爆露端口
|
||||
export MINIO_API_PORT=9700
|
||||
|
|
@ -29,10 +29,10 @@ export CONSUL_PORT=8600
|
|||
# XXL-Job 配置
|
||||
export XXLJOB_PORT=8383
|
||||
|
||||
export HHZ_ADMIN_WEB_DIST=/home/th/workspace/dockerbuilder/webs/dev/tuoheng_hhz_web/dist
|
||||
export DSP_ADMIN_WEB_DIST=/home/th/workspace/dockerbuilder/webs/dev/dsp-admin/dist
|
||||
export AIRPORT_WEB_DIST=/home/th/workspace/dockerbuilder/webs/dev/tuoheng_airport_web/dist
|
||||
export BUSINESS_WEB_DIST=/home/th/workspace/dockerbuilder/webs/dev/business_web/dist
|
||||
export HHZ_ADMIN_WEB_DIST=/home/th/workspace/dockerbuilder/webs/dashuju/tuoheng_hhz_web/dist
|
||||
export DSP_ADMIN_WEB_DIST=/home/th/workspace/dockerbuilder/webs/dashuju/dsp-admin/dist
|
||||
export AIRPORT_WEB_DIST=/home/th/workspace/dockerbuilder/webs/dashuju/tuoheng_airport_web/dist
|
||||
export BUSINESS_WEB_DIST=/home/th/workspace/dockerbuilder/webs/dashuju/business_web/dist
|
||||
|
||||
echo $HHZ_ADMIN_WEB_DIST
|
||||
echo $DSP_ADMIN_WEB_DIST
|
||||
|
|
|
|||
Loading…
Reference in New Issue