diff options
author | Alex Auvolat <alex@adnab.me> | 2022-08-24 15:42:47 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-08-24 15:42:47 +0200 |
commit | 2e8923b383eb06c53261eee8e5c442b857fb67e4 (patch) | |
tree | 0ad148f75f7b54dfed2dbac8f43f6df9badc502a /app/im/config/litestream.yml | |
parent | 9848f3090f77363a2fda0f9fa673ebcf1fb8228c (diff) | |
download | nixcfg-2e8923b383eb06c53261eee8e5c442b857fb67e4.tar.gz nixcfg-2e8923b383eb06c53261eee8e5c442b857fb67e4.zip |
Move app files into cluster subdirectories; add prod garage
Diffstat (limited to 'app/im/config/litestream.yml')
-rw-r--r-- | app/im/config/litestream.yml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/app/im/config/litestream.yml b/app/im/config/litestream.yml deleted file mode 100644 index e444e38..0000000 --- a/app/im/config/litestream.yml +++ /dev/null @@ -1,10 +0,0 @@ -dbs: - - path: /ephemeral/homeserver.db - replicas: - - url: s3://synapse-db/homeserver.db - region: garage-staging - 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 - sync-interval: 60s |