aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2021-06-04 21:39:44 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2021-06-04 21:39:44 +0200
commit42c020e00b87750b606a5fbf0cc35cc489faa351 (patch)
tree430b92afce4b7b0c934a4700de7f15d776bc4c1b
parent7e82b0d94d166c09f572798ea0838a8afdc53f51 (diff)
downloadinfrastructure-42c020e00b87750b606a5fbf0cc35cc489faa351.tar.gz
infrastructure-42c020e00b87750b606a5fbf0cc35cc489faa351.zip
Fix typo
-rw-r--r--app/im/config/synapse/homeserver.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/im/config/synapse/homeserver.yaml b/app/im/config/synapse/homeserver.yaml
index c68bc49..9e141d4 100644
--- a/app/im/config/synapse/homeserver.yaml
+++ b/app/im/config/synapse/homeserver.yaml
@@ -147,7 +147,7 @@ media_storage_providers:
# 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.
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 }}
secret_access_key: {{ key "secrets/chat/synapse/s3_secret_key" | trimSpace }}