diff options
Diffstat (limited to 'cluster/prod/app/matrix/config/synapse/homeserver.yaml')
-rw-r--r-- | cluster/prod/app/matrix/config/synapse/homeserver.yaml | 3 |
1 files changed, 2 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..41241f0 100644 --- a/cluster/prod/app/matrix/config/synapse/homeserver.yaml +++ b/cluster/prod/app/matrix/config/synapse/homeserver.yaml @@ -110,6 +110,7 @@ federation_rc_concurrent: 3 # Directory where uploaded images and attachments are stored. media_store_path: "/var/lib/matrix-synapse/media" uploads_path: "/var/lib/matrix-synapse/uploads" +enable_authenticated_media: False media_storage_providers: - module: s3_storage_provider.S3StorageProviderBackend @@ -121,7 +122,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 }} |