修改配置

This commit is contained in:
孙小云 2025-05-30 11:19:29 +08:00
parent db4a3cd256
commit 0f8200cdca
1 changed files with 26 additions and 0 deletions

26
bazhong.sh Normal file
View File

@ -0,0 +1,26 @@
#域名前缀
export DOMAIN=develop
#域名后缀
export DOMAIN_END=t-aaron.com
# 主机对外爆露的HTTP端口
export NGINX_HTTP_PORT=9999
# 主机对外爆露的HTTPS端口
export NGINX_HTTPS_PORT=3443
# 对外MYSQL端口
export MYSQL_PORT=3309
# 对外Redis端口
export REDIS_PORT=6381
# MQTT 配置
# MQTT对外爆露端口
export MQTT_PORT=1884
# 对外KAFKA端口
export KAFKA_PORT=9292
# SRS对外爆露端口
export SRS_RTMP_PORT=1938
# Minio控制台对外爆露端口
export MINIO_CONSOLE_PORT=9022
#域名证书位置写在这边
export PEM_PATH=/***/t-aaron.com.pem
export KEY_PATH=/***/t-aaron.com.key