mirror of
https://github.com/YunoHost-Apps/fittrackee_ynh.git
synced 2024-09-03 18:36:16 +02:00
test
This commit is contained in:
parent
32c65d50d3
commit
924fbec70c
2 changed files with 3 additions and 25 deletions
|
@ -24,8 +24,8 @@ REDIS_URL=redis://
|
|||
|
||||
# Emails
|
||||
UI_URL=__DOMAIN__
|
||||
EMAIL_URL=smtp://__MAIL_USER__:__MAIL_PASSWORD__@__MAIL_DOMAIN__:587/?tls=True
|
||||
SENDER_EMAIL=__MAIL_USER__@__MAIL_DOMAIN__
|
||||
EMAIL_URL=smtp://__APP__:__MAIL_PWD__@__DOMAIN__:465/?ssl=True
|
||||
SENDER_EMAIL=__APP__@__DOMAIN__
|
||||
# WORKERS_PROCESSES=
|
||||
|
||||
# Workouts
|
||||
|
|
|
@ -44,28 +44,6 @@ services = ["__APP__", "__APP___workers"]
|
|||
help.fr = "Insérer la clé api donnée par le fournisseur météo choisi"
|
||||
bind = "WEATHER_API_KEY:/var/www/__APP__/.env"
|
||||
|
||||
[main.config.mail_user]
|
||||
ask.en = "Configure the user mail"
|
||||
ask.fr = "Configurer le courriel utilisateur"
|
||||
type = "string"
|
||||
bind = "MAIL_USER:/var/www/__APP__/.env"
|
||||
|
||||
[main.config.MAIL_PASSWORD]
|
||||
ask.en = "Configure the password of the determined mail user"
|
||||
ask.fr = "Configurer le mot de passe de l’utilisateur mail choisi"
|
||||
type = "string"
|
||||
bind = "MAIL_PASSWORD:/var/www/__APP__/.env"
|
||||
|
||||
[main.config.MAIL_DOMAIN]
|
||||
ask.en = "Configure the server address"
|
||||
ask.fr = "Configurer l’adresse du serveur"
|
||||
type = "string"
|
||||
help.en = "e.g. mydomain.com"
|
||||
help.fr = "ex. : mondomain.com"
|
||||
bind = "MAIL_DOMAIN:/var/www/__APP__/.env"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue