-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
19 lines (15 loc) · 753 Bytes
/
.env
File metadata and controls
19 lines (15 loc) · 753 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Server information, You must fill in the information accurately.
SERVER_HOSTNAME='vpn.transbustransportes.com.br'
SERVER_IP_PUBLIC='200.155.137.26'
# 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
SSL_CERTIFICATE=/home/docker/nginx/ssl/placeholder
# SSL_CERTIFICATE=/home/docker-compose/ssl/certificate
# Custom Port Info, recommended use default. 9000~9100, 443, 80
WEB_PORT_HTTP=80
WEB_PORT_HTTPS=443
# Initial password. Recommended use random password; do not change it after started the service.
MYSQL_PASSWORD='12345678'
REDIS_PASSWORD='12345678'
MONGODB_PASSWORD='12345678'
RABBITMQ_PASSWORD='12345678'
MINIO_PASSWORD='12345678'