mirror of
https://github.com/YunoHost-Apps/fittrackee_ynh.git
synced 2024-09-03 18:36:16 +02:00
Update config_panel.toml
This commit is contained in:
parent
26ebe4fc58
commit
64c9c08ab1
1 changed files with 3 additions and 3 deletions
|
@ -44,11 +44,11 @@ services = ["__APP__", "__APP___workers"]
|
||||||
help.fr = "Insérer la clé api donnée par le fournisseur météo choisi"
|
help.fr = "Insérer la clé api donnée par le fournisseur météo choisi"
|
||||||
bind = "WEATHER_API_KEY:/var/www/__APP__/.env"
|
bind = "WEATHER_API_KEY:/var/www/__APP__/.env"
|
||||||
|
|
||||||
[main.config.USER_MAIL]
|
[main.config.mail_user]
|
||||||
ask.en = "Configure the user mail"
|
ask.en = "Configure the user mail"
|
||||||
ask.fr = "Configurer le courriel utilisateur"
|
ask.fr = "Configurer le courriel utilisateur"
|
||||||
type = "string"
|
type = "string"
|
||||||
bind = "USER_MAIL:/var/www/__APP__/.env"
|
bind = "MAIL_USER:/var/www/__APP__/.env"
|
||||||
|
|
||||||
[main.config.MAIL_PASSWORD]
|
[main.config.MAIL_PASSWORD]
|
||||||
ask.en = "Configure the password of the determined mail user"
|
ask.en = "Configure the password of the determined mail user"
|
||||||
|
|
Loading…
Add table
Reference in a new issue