From 7b9a14e844aed0a4ccd5638617321a90ed87a85c Mon Sep 17 00:00:00 2001 From: Limezy Date: Wed, 21 Feb 2024 16:43:29 +0700 Subject: [PATCH] Test with only csv --- config_panel.toml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/config_panel.toml b/config_panel.toml index 3adba3d..ed0d95d 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -5,22 +5,22 @@ name = "Moncycle.app configuration" [main.comptes] name = "comptes" - [main.comptes.creation_compte] - ask.en = "Enable account creation" - ask.fr = "Permettre la création de nouveaux comptes" - type = "select" - choices = ["true", "false"] - default = "true" - help = "Don't disable account creation before creating one for yourself !" - bind = "CREATION_COMPTE:__INSTALL_DIR__/config.php" - - [main.comptes.connexion_compte] - ask.en = "Enable account connexion" - ask.fr = "Permettre la connexion aux comptes" - type = "select" - choices = ["true", "false"] - default = "true" - bind = "CONNEXION_COMPTE:__INSTALL_DIR__/config.php" + # [main.comptes.creation_compte] + # ask.en = "Enable account creation" + # ask.fr = "Permettre la création de nouveaux comptes" + # type = "select" + # choices = ["true", "false"] + # default = "true" + # help = "Don't disable account creation before creating one for yourself !" + # bind = "CREATION_COMPTE:__INSTALL_DIR__/config.php" + # + # [main.comptes.connexion_compte] + # ask.en = "Enable account connexion" + # ask.fr = "Permettre la connexion aux comptes" + # type = "select" + # choices = ["true", "false"] + # default = "true" + # bind = "CONNEXION_COMPTE:__INSTALL_DIR__/config.php" [main.export] name = "export"