mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
Update .env
authentication on the mail stack with app system user
This commit is contained in:
parent
c3a6ce26f8
commit
86b475f630
1 changed files with 4 additions and 4 deletions
|
@ -85,12 +85,12 @@ WEBFINGER=true
|
|||
|
||||
## Mail Configuration (Post-Installer)
|
||||
MAIL_DRIVER=sendmail
|
||||
MAIL_HOST=localhost
|
||||
MAIL_HOST=127.0.0.1
|
||||
MAIL_PORT=25
|
||||
MAIL_USERNAME=null
|
||||
MAIL_PASSWORD=null
|
||||
MAIL_USERNAME=__APP__
|
||||
MAIL_PASSWORD=__MAIL_PWD__
|
||||
MAIL_ENCRYPTION=null
|
||||
MAIL_FROM_ADDRESS="pixelfed@__DOMAIN__"
|
||||
MAIL_FROM_ADDRESS="__APP__@__DOMAIN__"
|
||||
MAIL_FROM_NAME="Pixelfed"
|
||||
|
||||
## S3 Configuration (Post-Installer)
|
||||
|
|
Loading…
Add table
Reference in a new issue