Add PDS SMTP configuration environment variables.
This commit is contained in:
parent
d306fcfc26
commit
8fec149a1d
1 changed files with 3 additions and 0 deletions
|
@ -22,3 +22,6 @@ PDS_ADMIN_PASSWORD=
|
||||||
# General configuration
|
# General configuration
|
||||||
LOG_ENABLED=true
|
LOG_ENABLED=true
|
||||||
PDS_BLOB_UPLOAD_LIMIT=52428800
|
PDS_BLOB_UPLOAD_LIMIT=52428800
|
||||||
|
|
||||||
|
PDS_EMAIL_SMTP_URL=smtp://username:password@smtp.host:587
|
||||||
|
PDS_EMAIL_FROM_ADDRESS=bluesky@email.address
|
||||||
|
|
Loading…
Add table
Reference in a new issue