mirror of
https://github.com/YunoHost-Apps/gotosocial_ynh.git
synced 2024-09-03 19:16:06 +02:00
remove storage setting
This commit is contained in:
parent
774f0705c3
commit
073b291ded
1 changed files with 0 additions and 21 deletions
|
@ -269,27 +269,6 @@ La livraison dans la boîte de réception partagée peut réduire de manière si
|
|||
Voir : https://www.w3.org/TR/activitypub/#shared-inbox-delivery"""
|
||||
type = "select"
|
||||
|
||||
####################
|
||||
#### STORAGE SETTINGS
|
||||
####################
|
||||
|
||||
[main.storage]
|
||||
|
||||
name = "Storage settings"
|
||||
|
||||
help = "Config pertaining to storage of user-created uploads (videos, images, etc)."
|
||||
|
||||
[main.storage.storage_backend]
|
||||
ask.en = "Type of storage backend to use."
|
||||
ask.fr = "Le type de stockage à utiliser"
|
||||
bind = "storage-backend:__FINALPATH__/config.yaml"
|
||||
choices.local = "local"
|
||||
choices.s3 = "s3"
|
||||
default = "local"
|
||||
help.en = "Default: local"
|
||||
help.fr = "Par défaut : local"
|
||||
type = "select"
|
||||
|
||||
####################
|
||||
#### ADVANCED SETTINGS
|
||||
####################
|
||||
|
|
Loading…
Reference in a new issue