We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e1b4b7 commit 2488821Copy full SHA for 2488821
examples/track-http/.env
@@ -1,9 +1,14 @@
1
-SERVER_IP_PUBLIC='58.82.168.197'
2
-SERVER_HOSTNAME='th-track.transcodegroup.cn'
3
-# Must configure a placeholder certificate even if not using https
4
-SSL_CERTIFICATE=/home/docker/nginx/ssl/placeholder
5
-WEB_PORT_HTTP=80
+#---------Server Info, must be filled in according to actual server info-----------------
6
+## Public IP
+SERVER_IP_PUBLIC='' #example: 58.82.168.197
+## HOSTNAME, use public IP if no domain
+SERVER_HOSTNAME='' #example: th-track.transcodegroup.cn
7
+
8
+#----------Custom Port Info, recommend opening 9000~9100, 443, 80--------
9
+# WEB_PORT_HTTP=80
10
11
+#----------Custom Password--------
12
MYSQL_PASSWORD='12345678'
13
REDIS_PASSWORD='12345678'
14
MONGODB_PASSWORD='12345678'
0 commit comments