mirror of
https://github.com/YunoHost-Apps/gotosocial_ynh.git
synced 2024-09-03 19:16:06 +02:00
fix var
This commit is contained in:
parent
ea0841245a
commit
bba883baf5
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ type = "select"
|
||||||
name = "S3 storage settings"
|
name = "S3 storage settings"
|
||||||
|
|
||||||
help = "Use ONLY if you KNOW what you're doing! Only required when running with the s3 storage backend."
|
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]
|
[storage.storage.s3.storage_s3_endpoint]
|
||||||
ask.en = "API endpoint of the S3 compatible service."
|
ask.en = "API endpoint of the S3 compatible service."
|
||||||
|
|
Loading…
Add table
Reference in a new issue