From 5b709cb5ec499c7372af93a6c1378064655088a8 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 31 Jan 2022 12:12:33 +0100 Subject: [PATCH] Update config_panel.toml --- config_panel.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_panel.toml b/config_panel.toml index fbb14df..fc99957 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -10,7 +10,7 @@ name = "Bookstack configuration" ask = "General auth" choices = ["standard", "ldap"] default = "standard" - help = "" + help = "Select an authentication methode to connect to BookStack" bind = "AUTH_METHOD:__FINALPATH__/.env" [main.php_fpm_config]