1
0
Fork 0
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:
Thomas 2023-09-03 15:15:14 +02:00 committed by GitHub
parent 7e569211ab
commit 3a54a4d4b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View file

@ -23,9 +23,9 @@ REDIS_URL=redis://
# API_RATE_LIMITS="300 per 5 minutes" # API_RATE_LIMITS="300 per 5 minutes"
# Emails # Emails
# UI_URL=__DOMAIN__ UI_URL=__DOMAIN__
# EMAIL_URL= EMAIL_URL=smtp://__APP__:__MAIL_PWD__@127.0.0.1:25
# SENDER_EMAIL= SENDER_EMAIL=__APP__@__DOMAIN__
# WORKERS_PROCESSES= # WORKERS_PROCESSES=
# Workouts # Workouts

View file

@ -63,6 +63,7 @@ ram.runtime = "50M"
[resources] [resources]
[resources.system_user] [resources.system_user]
allow_email = true
[resources.install_dir] [resources.install_dir]