diff options
Diffstat (limited to 'app/im/config/homeserver.yaml')
-rw-r--r-- | app/im/config/homeserver.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 }} |