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/homeserver.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/im/config/homeserver.yaml') diff --git a/app/im/config/homeserver.yaml b/app/im/config/homeserver.yaml index 4a7e862..38db527 100644 --- a/app/im/config/homeserver.yaml +++ b/app/im/config/homeserver.yaml @@ -956,7 +956,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-staging - endpoint_url: https://garage-staging.home.adnab.me + endpoint_url: 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 }} -- cgit v1.2.3