1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00

Update .env

use dedicated system user for mail sending by default
https://yunohost.org/fr/packaging_apps_resources#system-user
This commit is contained in:
themancalledjakob 2023-07-20 07:28:14 +02:00 committed by GitHub
parent 4fedebbb1b
commit 1570d0819c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -85,12 +85,12 @@ WEBFINGER=true
## Mail Configuration (Post-Installer) ## Mail Configuration (Post-Installer)
MAIL_DRIVER=smtp MAIL_DRIVER=smtp
MAIL_HOST=localhost MAIL_HOST=127.0.0.1
MAIL_PORT=25 MAIL_PORT=587
MAIL_USERNAME=null MAIL_USERNAME=__APP__
MAIL_PASSWORD=null MAIL_PASSWORD=__MAIL_PWD__
MAIL_ENCRYPTION=null MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS="pixelfed@__DOMAIN__" MAIL_FROM_ADDRESS="__APP__@__DOMAIN__"
MAIL_FROM_NAME="Pixelfed" MAIL_FROM_NAME="Pixelfed"
## S3 Configuration (Post-Installer) ## S3 Configuration (Post-Installer)