diff options
author | Alex Auvolat <alex@adnab.me> | 2021-12-30 17:29:36 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-12-30 17:29:36 +0100 |
commit | 2ae33755927ca1c6fa84cdf3ef2aa75ea6b7edaa (patch) | |
tree | 1d16f60abdba375033b33351cb0e4ef98a913d5d /app/im/config/litestream.yml | |
parent | 004881e5ffbb63d633b2b7eb0409983f9253254c (diff) | |
download | nixcfg-2ae33755927ca1c6fa84cdf3ef2aa75ea6b7edaa.tar.gz nixcfg-2ae33755927ca1c6fa84cdf3ef2aa75ea6b7edaa.zip |
Cleanup
Diffstat (limited to 'app/im/config/litestream.yml')
-rw-r--r-- | app/im/config/litestream.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/im/config/litestream.yml b/app/im/config/litestream.yml index a80b41b..0f5dbd5 100644 --- a/app/im/config/litestream.yml +++ b/app/im/config/litestream.yml @@ -4,7 +4,7 @@ dbs: - url: s3://synapse-db/homeserver.db region: garage-staging endpoint: https://garage-staging.home.adnab.me - access-key-id: {{ key "secrets/synapse/s3_db_access_key" | trimSpace }} - secret-access-key: {{ key "secrets/synapse/s3_db_secret_key" | trimSpace }} + access-key-id: {{ key "secrets/synapse/s3_access_key" | trimSpace }} + secret-access-key: {{ key "secrets/synapse/s3_secret_key" | trimSpace }} force-path-style: true sync-interval: 60s |