1
0
Fork 0
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:
Thomas 2023-09-05 14:34:24 +02:00 committed by GitHub
parent 26ebe4fc58
commit 64c9c08ab1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"