forked from Deuxfleurs/infrastructure
Fix typo
This commit is contained in:
parent
7e82b0d94d
commit
42c020e00b
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ media_storage_providers:
|
||||||
# All of the below options are optional, for use with non-AWS S3-like
|
# All of the below options are optional, for use with non-AWS S3-like
|
||||||
# services, or to specify access tokens here instead of some external method.
|
# services, or to specify access tokens here instead of some external method.
|
||||||
region_name: garage
|
region_name: garage
|
||||||
endpoint_url: https://garagehq.deuxfleurs.fr
|
endpoint_url: https://garage.deuxfleurs.fr
|
||||||
access_key_id: {{ key "secrets/chat/synapse/s3_access_key" | trimSpace }}
|
access_key_id: {{ key "secrets/chat/synapse/s3_access_key" | trimSpace }}
|
||||||
secret_access_key: {{ key "secrets/chat/synapse/s3_secret_key" | trimSpace }}
|
secret_access_key: {{ key "secrets/chat/synapse/s3_secret_key" | trimSpace }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue