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