aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod/app/matrix/config
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2025-01-17 13:19:35 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2025-01-17 13:19:35 +0100
commit3acaec580dd742a607c96034ed6daccf616e1f4c (patch)
treea0fc1834e51126f77932868dd6195b73cffd64f4 /cluster/prod/app/matrix/config
parent2a763ffee81216c6cc30c1a3a9a02942bfedef92 (diff)
downloadnixcfg-3acaec580dd742a607c96034ed6daccf616e1f4c.tar.gz
nixcfg-3acaec580dd742a607c96034ed6daccf616e1f4c.zip
use garage local gateway
Diffstat (limited to 'cluster/prod/app/matrix/config')
-rw-r--r--cluster/prod/app/matrix/config/synapse/homeserver.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster/prod/app/matrix/config/synapse/homeserver.yaml b/cluster/prod/app/matrix/config/synapse/homeserver.yaml
index fb223eb..2055e12 100644
--- a/cluster/prod/app/matrix/config/synapse/homeserver.yaml
+++ b/cluster/prod/app/matrix/config/synapse/homeserver.yaml
@@ -121,7 +121,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://garage.deuxfleurs.fr
+ endpoint_url: http://localhost:3900
access_key_id: {{ key "secrets/chat/synapse/s3_access_key" | trimSpace }}
secret_access_key: {{ key "secrets/chat/synapse/s3_secret_key" | trimSpace }}