lwb5-in-2025/docker/env.example

38 lines
938 B
Text
Raw Permalink Normal View History

# Password for the database superuser
DB_PASSWORD=...
# SMTP - Outgoing server
SMTP_HOST=smtp.example.org
# SMTP - Port number
SMTP_PORT=587
# SMTP - Enable TLS? (on/off)
SMTP_TLS=on
# SMTP - Authenticate to outgoing server? (on/off)
SMTP_AUTH=on
# SMTP - User name
SMTP_USER=...
# SMTP - Password
SMTP_PASSWORD=...
# URL of the static assets from an external perspective
LW_STATIC_URL=http://localhost/static
# Send email? (yes or no)
LW_SEND_MAIL=no
# Source address for LW mails
LW_MAIL_FROM=legacyworlds@example.org
# Legacyworlds database - Main user
LW_DB_USER_PASS=...
# Legacyworlds database - Admin user
LW_DB_ADMIN_PASS=...
# First admin account - User name
LW_ADMIN_NAME=...
# First admin account - Email address
LW_ADMIN_MAIL=...
# First admin account - Password (warning: will be stored in the clear)
LW_ADMIN_PASSWORD=...
# "Peacekeepers" fake player - Password (should be a random string)
LW_PEACEKEEPERS_PASSWORD=...