1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fittrackee_ynh.git synced 2024-09-03 18:36:16 +02:00
This commit is contained in:
Thomas 2023-03-02 21:00:03 +01:00 committed by GitHub
parent 88edd36b32
commit 472430e56b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

View file

@ -24,8 +24,8 @@ REDIS_URL=redis://
# Emails
UI_URL=__DOMAIN__
EMAIL_URL=__ADMIN_MAIL__
SENDER_EMAIL=__ADMIN_MAIL__
EMAIL_URL=smtp://smtp.__DOMAIN__
SENDER_EMAIL=__ADMIN_MAIL__@__DOMAIN__
# WORKERS_PROCESSES=
# Workouts

View file

@ -15,6 +15,7 @@ Group=__APP__
StandardOutput=journal
StandardError=journal
SyslogIdentifier=__APP__
EnvironmentFile=__INSTALL_DIR__/.env
Environment="APP_SECRET_KEY="
Environment="APP_LOG="
Environment="UPLOAD_FOLDER="

View file

@ -15,6 +15,7 @@ Group=__APP__
StandardOutput=journal
StandardError=journal
SyslogIdentifier=__APP___workers
EnvironmentFile=__INSTALL_DIR__/.env
Environment="FLASK_APP=fittrackee"
Environment="APP_SECRET_KEY="
Environment="APP_LOG="