mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-10-31 22:40:01 +00:00
[docs] Add s3 ssl variable to storage docs (#1294)
* update storage docs * add use ssl to example/config.yaml
This commit is contained in:
parent
2bf9bfa24f
commit
9859a43b87
2 changed files with 13 additions and 1 deletions
|
@ -36,6 +36,12 @@ storage-s3-endpoint: ""
|
|||
#
|
||||
# Default: false
|
||||
storage-s3-proxy: false
|
||||
# Bool. Use SSL for S3 connections.
|
||||
#
|
||||
# Only set this to 'false' when testing locally.
|
||||
#
|
||||
# Default: true
|
||||
storage-s3-use-ssl: true
|
||||
|
||||
# String. Access key part of the S3 credentials.
|
||||
# Consider setting this value using environment variables to avoid leaking it via the config file
|
||||
|
|
|
@ -171,7 +171,7 @@ cache:
|
|||
###########################
|
||||
#
|
||||
# Database cache configuration:
|
||||
#
|
||||
#
|
||||
# Allows configuration of caches used
|
||||
# when loading GTS models from the database.
|
||||
#
|
||||
|
@ -395,6 +395,12 @@ storage-s3-endpoint: ""
|
|||
#
|
||||
# Default: false
|
||||
storage-s3-proxy: false
|
||||
# Bool. Use SSL for S3 connections.
|
||||
#
|
||||
# Only set this to 'false' when testing locally.
|
||||
#
|
||||
# Default: true
|
||||
storage-s3-use-ssl: true
|
||||
|
||||
# String. Access key part of the S3 credentials.
|
||||
# Consider setting this value using environment variables to avoid leaking it via the config file
|
||||
|
|
Loading…
Reference in a new issue