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:
parent
bba883baf5
commit
66eafa7ca2
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue