mirror of
https://github.com/YunoHost-Apps/bonfire_ynh.git
synced 2024-09-03 18:16:01 +02:00
use smtp, not sendmail (not compatible)
https://github.com/YunoHost-Apps/bonfire_ynh/pull/2/#issuecomment-1902661376
This commit is contained in:
parent
3051122329
commit
06430864a9
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ SERVER_PORT=__PORT__
|
||||||
# port your visitors will access (typically 80 or 443, will be different than SERVER_PORT only if using a reverse proxy)
|
# port your visitors will access (typically 80 or 443, will be different than SERVER_PORT only if using a reverse proxy)
|
||||||
PUBLIC_PORT=443
|
PUBLIC_PORT=443
|
||||||
# what service to use for sending out emails (eg. smtp, mailgun, none) NOTE: you should also set the corresponding keys in secrets section
|
# what service to use for sending out emails (eg. smtp, mailgun, none) NOTE: you should also set the corresponding keys in secrets section
|
||||||
MAIL_BACKEND=sendmail
|
MAIL_BACKEND=smtp
|
||||||
# hostname and port of meili search index
|
# hostname and port of meili search index
|
||||||
SEARCH_MEILI_INSTANCE=http://localhost:7700
|
SEARCH_MEILI_INSTANCE=http://localhost:7700
|
||||||
# require an email address to be invited before being able to sign up
|
# require an email address to be invited before being able to sign up
|
||||||
|
|
Loading…
Reference in a new issue