feat: configure the game from env variables
This commit is contained in:
parent
bc5a70c4c6
commit
8ffcccb1e8
5 changed files with 39 additions and 8 deletions
docker
|
@ -1,6 +1,11 @@
|
|||
# Password for the database superuser
|
||||
DB_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
|
||||
|
||||
# Legacyworlds database - Main user
|
||||
LW_DB_USER_PASS=...
|
||||
# Legacyworlds database - Admin user
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue