mirror of
https://github.com/YunoHost-Apps/bonfire_ynh.git
synced 2024-09-03 18:16:01 +02:00
proper mail config
This commit is contained in:
parent
06430864a9
commit
d296bbcf41
1 changed files with 6 additions and 7 deletions
13
conf/.env
13
conf/.env
|
@ -10,8 +10,6 @@ HOSTNAME=__DOMAIN__
|
||||||
SERVER_PORT=__PORT__
|
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
|
|
||||||
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
|
||||||
|
@ -48,12 +46,13 @@ POSTGRES_PASSWORD=__DB_PWD__
|
||||||
# password for the search index
|
# password for the search index
|
||||||
MEILI_MASTER_KEY=__MEILI_MASTER_KEY__
|
MEILI_MASTER_KEY=__MEILI_MASTER_KEY__
|
||||||
|
|
||||||
## TODO
|
# what service to use for sending out emails (eg. smtp, mailgun, none) NOTE: you should also set the corresponding keys in secrets section
|
||||||
# email deliverym if you use mailgun.com, edit with your domain and API key
|
MAIL_BACKEND=smtp
|
||||||
MAIL_DOMAIN=__DOMAIN__
|
MAIL_DOMAIN=__DOMAIN__
|
||||||
MAIL_USERNAME=__APP__
|
MAIL_PASSWORD=__MAIL_PWD__
|
||||||
MAIL_KEY=__MAIL_PWD__
|
MAIL_USER=__APP__
|
||||||
MAIL_FROM=__APP__@__DOMAIN__
|
MAIL_SERVER=__DOMAIN__
|
||||||
|
MAIL_PORT=587
|
||||||
|
|
||||||
# TODO : Configure S3 - with proper Yunohost question during installation
|
# TODO : Configure S3 - with proper Yunohost question during installation
|
||||||
# Uploads
|
# Uploads
|
||||||
|
|
Loading…
Add table
Reference in a new issue