File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 22SERVER_IP_PUBLIC = ' 58.82.168.197'
33SERVER_HOSTNAME = ' th-track.transcodegroup.cn'
44
5+ # Custom Port Info, recommended use default. 9000~9100, 443, 80
6+ WEB_PORT_HTTP = 80
7+
58# Initial password. Recommended use random password; do not change it after started the service.
69MYSQL_PASSWORD = ' 12345678'
710REDIS_PASSWORD = ' 12345678'
@@ -10,5 +13,3 @@ RABBITMQ_PASSWORD='12345678'
1013MINIO_PASSWORD = ' 12345678'
1114MAIL_PASSWORD = ' 12345678'
1215
13- # Custom Port Info, recommended use default. 9000~9100, 443, 80
14- WEB_PORT_HTTP = 80
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ SERVER_IP_PUBLIC='200.155.137.26'
66SSL_CERTIFICATE = /home/docker/nginx/ssl/placeholder
77# SSL_CERTIFICATE=/home/docker-compose/ssl/certificate
88
9+ # Custom Port Info, recommended use default. 9000~9100, 443, 80
10+ WEB_PORT_HTTP = 80
11+ WEB_PORT_HTTPS = 443
12+
913# Initial password. Recommended use random password; do not change it after started the service.
1014MYSQL_PASSWORD = ' 12345678'
1115REDIS_PASSWORD = ' 12345678'
@@ -14,6 +18,3 @@ RABBITMQ_PASSWORD='12345678'
1418MINIO_PASSWORD = ' 12345678'
1519MAIL_PASSWORD = ' 12345678'
1620
17- # Custom Port Info, recommended use default. 9000~9100, 443, 80
18- WEB_PORT_HTTP = 80
19- WEB_PORT_HTTPS = 443
You can’t perform that action at this time.
0 commit comments