From 64c9c08ab144e2e6a88206afb49b75c9d7b71cb1 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Tue, 5 Sep 2023 14:34:24 +0200 Subject: [PATCH] Update config_panel.toml --- config_panel.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config_panel.toml b/config_panel.toml index 11fef63..e60e868 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -44,11 +44,11 @@ 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.USER_MAIL] + [main.config.mail_user] ask.en = "Configure the user mail" ask.fr = "Configurer le courriel utilisateur" type = "string" - bind = "USER_MAIL:/var/www/__APP__/.env" + bind = "MAIL_USER:/var/www/__APP__/.env" [main.config.MAIL_PASSWORD] ask.en = "Configure the password of the determined mail user" @@ -68,4 +68,4 @@ services = ["__APP__", "__APP___workers"] - \ No newline at end of file +