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