mirror of
https://github.com/YunoHost-Apps/fittrackee_ynh.git
synced 2024-09-03 18:36:16 +02:00
fix mail
This commit is contained in:
parent
c4871765b3
commit
fcd10cfb66
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ export REDIS_URL=redis://
|
||||||
|
|
||||||
# Emails
|
# Emails
|
||||||
export UI_URL=__DOMAIN__
|
export UI_URL=__DOMAIN__
|
||||||
export EMAIL_URL=localhost
|
export EMAIL_URL=__ADMIN_MAIL__
|
||||||
export SENDER_EMAIL=__ADMIN_MAIL__
|
export SENDER_EMAIL=__ADMIN_MAIL__
|
||||||
# export WORKERS_PROCESSES=
|
# export WORKERS_PROCESSES=
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue