Files
proxmox-ha-setup/vm2/.env.example
2025-10-31 21:00:14 +01:00

14 lines
336 B
Plaintext

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