mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
Update .env
use sendmail for default mail sending, should work out of the box for fresh installs
This commit is contained in:
parent
4fedebbb1b
commit
da259b4578
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ NODEINFO=true
|
||||||
WEBFINGER=true
|
WEBFINGER=true
|
||||||
|
|
||||||
## Mail Configuration (Post-Installer)
|
## Mail Configuration (Post-Installer)
|
||||||
MAIL_DRIVER=smtp
|
MAIL_DRIVER=sendmail
|
||||||
MAIL_HOST=localhost
|
MAIL_HOST=localhost
|
||||||
MAIL_PORT=25
|
MAIL_PORT=25
|
||||||
MAIL_USERNAME=null
|
MAIL_USERNAME=null
|
||||||
|
|
Loading…
Add table
Reference in a new issue