1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gotosocial_ynh.git synced 2024-09-03 19:16:06 +02:00

testing another choice method

This commit is contained in:
OniriCorpe 2022-12-18 02:50:48 +01:00
parent bba883baf5
commit 66eafa7ca2

View file

@ -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"