Browse Source

Merge pull request #341 from Angristan/update-env

Add MAIL_FROM_ADDRESS and MAIL_FROM_NAME to env
daniel 7 năm trước cách đây
mục cha
commit
b7416baa1a
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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