From 0b7b93320780e9dc65db2601fe6e4262d5c9aedf Mon Sep 17 00:00:00 2001 From: Limezy Date: Wed, 21 Feb 2024 13:25:17 +0700 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 3ce6f8f..de31e93 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -13,7 +13,7 @@ name = "Moncycle.app configuration" yes = "true" no = "false" help = "Don't disable account creation before creating one for yourself !" - bind = "CREA_COMPTE:__INSTALL_DIR__/config.php" + bind = "CREATION_COMPTE:__INSTALL_DIR__/config.php" [main.comptes.con_compte] ask.en = "Enable account connexion" @@ -22,7 +22,7 @@ name = "Moncycle.app configuration" default = "true" yes = "true" no = "false" - bind = "CON_COMPTE:__INSTALL_DIR__/config.php" + bind = "CONNEXION_COMPTE:__INSTALL_DIR__/config.php" [main.export] name = "export" @@ -32,4 +32,4 @@ name = "Moncycle.app configuration" ask.fr = "Séparateur pour l'export des données au format csv" type = "string" default = ";" - bind = "SEPARATEUR_CSV:__INSTALL_DIR__/config.php" \ No newline at end of file + bind = "CSV_SEP:__INSTALL_DIR__/config.php" \ No newline at end of file