From 0f8200cdcadc376c0744daa3ad73586d483c20bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=B0=8F=E4=BA=91?= Date: Fri, 30 May 2025 11:19:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bazhong.sh | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 bazhong.sh diff --git a/bazhong.sh b/bazhong.sh new file mode 100644 index 0000000..cfad550 --- /dev/null +++ b/bazhong.sh @@ -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 \ No newline at end of file