feat: add SMTP configuration
This commit is contained in:
parent
46bc60351c
commit
1238b56935
5 changed files with 33 additions and 3 deletions
docker
|
@ -7,3 +7,14 @@ LW_DB_NAME=legacyworlds
|
|||
LW_DB_USER=legacyworlds
|
||||
# Legacyworlds database password
|
||||
LW_DB_PASSWORD=...
|
||||
|
||||
# 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=...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue