1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fittrackee_ynh.git synced 2024-09-03 18:36:16 +02:00

add config

This commit is contained in:
Thomas 2023-09-15 20:25:51 +02:00 committed by GitHub
parent efdd7123f3
commit 42f0a476bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,6 +44,20 @@ 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.email_url]
ask.en = "Change SMTP mail address"
ask.fr = "Changer ladresse courriel SMTP"
type = "string"
help.en = "Has to be like this: smtp://username:password@example.com:587/?tls=True"
help.fr = "Doit avoir la forme suivante: smtp://username:password@example.com:587/?tls=True"
bind = "email_url:/var/www/__APP__/.env"
[main.config.sender_email]
ask.en = "Change sender email"
ask.fr = "Changer ladresse courriel denvoi"
type = "email"
bind = "sender_email:/var/www/__APP__/.env"