lwb6-in-2025/docker/env.example

21 lines
435 B
Text
Raw Normal View History

2025-01-03 15:04:32 +01:00
# Password for the database superuser
DB_PASSWORD=...
2025-01-03 15:04:32 +01:00
# Legacyworlds database
LW_DB_NAME=legacyworlds
# Legacyworlds database user
LW_DB_USER=legacyworlds
2025-01-03 15:04:32 +01:00
# Legacyworlds database password
LW_DB_PASSWORD=...
2025-01-04 13:06:16 +01:00
# SMTP - Outgoing server
SMTP_HOST=smtp.example.org
# SMTP - Port number
SMTP_PORT=587
# SMTP - Authenticate to outgoing server? (true/false)
SMTP_AUTH=true
# SMTP - User name
SMTP_USER=...
# SMTP - Password
SMTP_PASSWORD=...