From 2cec5cbb7cf47c9ad5a0864b597fbad311079638 Mon Sep 17 00:00:00 2001 From: Piotr Kozimor Date: Wed, 8 Sep 2021 12:18:24 +0200 Subject: [PATCH] Add threepid database to dendrite config --- dendrite-config.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dendrite-config.yaml b/dendrite-config.yaml index 02f280797..e6aa6ee46 100644 --- a/dendrite-config.yaml +++ b/dendrite-config.yaml @@ -361,6 +361,11 @@ user_api: max_open_conns: 10 max_idle_conns: 2 conn_max_lifetime: -1 + threepid_database: + connection_string: file:userapi_threepids.db + max_open_conns: 10 + max_idle_conns: 2 + conn_max_lifetime: -1 # The length of time that a token issued for a relying party from # /_matrix/client/r0/user/{userId}/openid/request_token endpoint # is considered to be valid in milliseconds.