1
0
Fork 0

Add MAIL_FROM_ADDRESS and MAIL_FROM_NAME to env

This commit is contained in:
Angristan 2018-07-24 22:24:25 +02:00
parent bfaff9330b
commit 49f34e8fe2
1 changed files with 2 additions and 0 deletions

View File

@ -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