Skip to content

Commit 3462628

Browse files
committed
修改env模版
1 parent 91f5cb8 commit 3462628

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

examples/track-http/.env

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1+
# Server information, You must fill in the information accurately.
12
SERVER_IP_PUBLIC='58.82.168.197'
23
SERVER_HOSTNAME='th-track.transcodegroup.cn'
34

5+
# Initial password. Recommended use random password; do not change it after started the service.
46
MYSQL_PASSWORD='12345678'
57
REDIS_PASSWORD='12345678'
68
MONGODB_PASSWORD='12345678'
79
RABBITMQ_PASSWORD='12345678'
810
MINIO_PASSWORD='12345678'
911
MAIL_PASSWORD='12345678'
12+
13+
# Custom Port Info, recommended use default. 9000~9100, 443, 80
14+
WEB_PORT_HTTP=80

examples/track-https/.env

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
1+
# Server information, You must fill in the information accurately.
12
SERVER_HOSTNAME='vpn.transbustransportes.com.br'
23
SERVER_IP_PUBLIC='200.155.137.26'
4+
35
# The certificate can be set to placeholder first to ensure compose starts, and then change it to the actual certificate path after applying for the certificate
46
SSL_CERTIFICATE=/home/docker/nginx/ssl/placeholder
57
# SSL_CERTIFICATE=/home/docker-compose/ssl/certificate
68

9+
# Initial password. Recommended use random password; do not change it after started the service.
710
MYSQL_PASSWORD='12345678'
811
REDIS_PASSWORD='12345678'
912
MONGODB_PASSWORD='12345678'
1013
RABBITMQ_PASSWORD='12345678'
1114
MINIO_PASSWORD='12345678'
1215
MAIL_PASSWORD='12345678'
16+
17+
# Custom Port Info, recommended use default. 9000~9100, 443, 80
18+
WEB_PORT_HTTP=80
19+
WEB_PORT_HTTPS=443

0 commit comments

Comments
 (0)