mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02: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:
@@ -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
|
||||
|
Reference in New Issue
Block a user