From bba883baf5a511b2ea7c760c3fdfb233028dddda Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Sun, 18 Dec 2022 02:41:48 +0100 Subject: [PATCH] fix var --- config_panel.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_panel.toml b/config_panel.toml index e6eb1cf..0adca07 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -305,7 +305,7 @@ type = "select" name = "S3 storage settings" help = "Use ONLY if you KNOW what you're doing! Only required when running with the s3 storage backend." -visible = "storage-backend == 's3'" +visible = "storage_backend == 's3'" [storage.storage.s3.storage_s3_endpoint] ask.en = "API endpoint of the S3 compatible service."