mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-22 13:03:16 +00:00
Merge pull request #341 from Angristan/update-env
Add MAIL_FROM_ADDRESS and MAIL_FROM_NAME to env
This commit is contained in:
commit
b7416baa1a
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,8 @@ MAIL_PORT=2525
|
|||
MAIL_USERNAME=null
|
||||
MAIL_PASSWORD=null
|
||||
MAIL_ENCRYPTION=null
|
||||
MAIL_FROM_ADDRESS="pixelfed@example.com
|
||||
MAIL_FROM_NAME="Pixelfed"
|
||||
|
||||
SESSION_DOMAIN="${APP_DOMAIN}"
|
||||
SESSION_SECURE_COOKIE=true
|
||||
|
|
Loading…
Reference in a new issue