From c3203216701b658fd78c7ecb4d019318925bb18d Mon Sep 17 00:00:00 2001 From: Eric Geldmacher Date: Tue, 21 Feb 2023 15:33:44 -0600 Subject: [PATCH] Fix typo in [main.instance.instance_expose_suspended_web] Fix `Config panel question 'instance_expose_suspended_web' should be initialized with a value during install or upgrade.` error. --- config_panel.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_panel.toml b/config_panel.toml index 9541c0f..84f387a 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -248,7 +248,7 @@ type = "select" [main.instance.instance_expose_suspended_web] ask.en = "API: Expose suspended on Web (/about/suspended)?" ask.fr = "API : Exposer les instances bloquées sur le Web (/about/suspended) ?" -bind = "instance-expose-suspended_web:__FINALPATH__/config.yaml" +bind = "instance-expose-suspended-web:__FINALPATH__/config.yaml" choices = ["true", "false"] default = "false" help.en = "Allow unauthenticated users to view /about/suspended, showing the HTML rendered list of instances that this instance blocks/suspends."