mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-22 11:46:40 +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
|
@ -36,6 +36,12 @@ storage-s3-endpoint: ""
|
||||||
#
|
#
|
||||||
# Default: false
|
# Default: false
|
||||||
storage-s3-proxy: 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.
|
# String. Access key part of the S3 credentials.
|
||||||
# Consider setting this value using environment variables to avoid leaking it via the config file
|
# Consider setting this value using environment variables to avoid leaking it via the config file
|
||||||
|
|
|
@ -171,7 +171,7 @@ cache:
|
||||||
###########################
|
###########################
|
||||||
#
|
#
|
||||||
# Database cache configuration:
|
# Database cache configuration:
|
||||||
#
|
#
|
||||||
# Allows configuration of caches used
|
# Allows configuration of caches used
|
||||||
# when loading GTS models from the database.
|
# when loading GTS models from the database.
|
||||||
#
|
#
|
||||||
|
@ -395,6 +395,12 @@ storage-s3-endpoint: ""
|
||||||
#
|
#
|
||||||
# Default: false
|
# Default: false
|
||||||
storage-s3-proxy: 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.
|
# String. Access key part of the S3 credentials.
|
||||||
# Consider setting this value using environment variables to avoid leaking it via the config file
|
# Consider setting this value using environment variables to avoid leaking it via the config file
|
||||||
|
|
Loading…
Reference in a new issue