mirror of
https://github.com/YunoHost-Apps/fittrackee_ynh.git
synced 2024-09-03 18:36:16 +02:00
add email
This commit is contained in:
parent
7e569211ab
commit
3a54a4d4b8
2 changed files with 4 additions and 3 deletions
|
@ -23,9 +23,9 @@ REDIS_URL=redis://
|
|||
# API_RATE_LIMITS="300 per 5 minutes"
|
||||
|
||||
# Emails
|
||||
# UI_URL=__DOMAIN__
|
||||
# EMAIL_URL=
|
||||
# SENDER_EMAIL=
|
||||
UI_URL=__DOMAIN__
|
||||
EMAIL_URL=smtp://__APP__:__MAIL_PWD__@127.0.0.1:25
|
||||
SENDER_EMAIL=__APP__@__DOMAIN__
|
||||
# WORKERS_PROCESSES=
|
||||
|
||||
# Workouts
|
||||
|
|
|
@ -63,6 +63,7 @@ ram.runtime = "50M"
|
|||
|
||||
[resources]
|
||||
[resources.system_user]
|
||||
allow_email = true
|
||||
|
||||
[resources.install_dir]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue