From 3c12cf646373cb66c3eb0a9b0dbb3f12534dd69a Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Wed, 19 Jan 2022 14:24:44 +0100 Subject: im: directly call Garage on local node when possible --- app/im/config/litestream.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/im/config/litestream.yml') diff --git a/app/im/config/litestream.yml b/app/im/config/litestream.yml index 0f5dbd5..e444e38 100644 --- a/app/im/config/litestream.yml +++ b/app/im/config/litestream.yml @@ -3,7 +3,7 @@ dbs: replicas: - url: s3://synapse-db/homeserver.db region: garage-staging - endpoint: https://garage-staging.home.adnab.me + endpoint: http://{{ env "attr.unique.network.ip-address" }}:3990 access-key-id: {{ key "secrets/synapse/s3_access_key" | trimSpace }} secret-access-key: {{ key "secrets/synapse/s3_secret_key" | trimSpace }} force-path-style: true -- cgit v1.2.3