From 66eafa7ca2bda014bc5b7c9f96107c2af9e934d0 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Sun, 18 Dec 2022 02:50:48 +0100 Subject: [PATCH] testing another choice method --- config_panel.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config_panel.toml b/config_panel.toml index 0adca07..b63b7b0 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -290,7 +290,8 @@ help = "Config pertaining to storage of user-created uploads (videos, images, et ask.en = "Type of storage backend to use." ask.fr = "Le type de stockage à utiliser" bind = "storage-backend:__FINALPATH__/config.yaml" -choices = ["local", "s3"] +choices.local = "local" +choices.s3 = "s3" default = "local" help.en = "Default: local" help.fr = "Par défaut : local"