initial working
This commit is contained in:
13
vm1/.env.example
Normal file
13
vm1/.env.example
Normal file
@@ -0,0 +1,13 @@
|
||||
VIP=192.168.1.210
|
||||
NETWORK_INTERFACE=eth0
|
||||
FTP_PUBLIC_IP=192.168.1.210
|
||||
MYSQL_ROOT_PASSWORD=YourSecureRootPassword123!
|
||||
MYSQL_DATABASE=myapp
|
||||
MYSQL_USER=appuser
|
||||
MYSQL_PASSWORD=YourSecureAppPassword456!
|
||||
REDIS_PASSWORD=YourSecureRedisPassword789!
|
||||
LOKI_HOST=192.168.1.200
|
||||
LOKI_PORT=3100
|
||||
HOSTNAME=test-ha-cluster
|
||||
ENVIRONMENT=test
|
||||
LOG_LEVEL=INFO
|
||||
Reference in New Issue
Block a user