Parcourir la source

Merge pull request #341 from Angristan/update-env

Add MAIL_FROM_ADDRESS and MAIL_FROM_NAME to env
daniel il y a 7 ans
Parent
commit
b7416baa1a
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      .env.example

+ 2 - 0
.env.example

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