Add threepid database to dendrite config

This commit is contained in:
Piotr Kozimor 2021-09-08 12:18:24 +02:00
parent 2c6588a807
commit 2cec5cbb7c

View file

@ -361,6 +361,11 @@ user_api:
max_open_conns: 10 max_open_conns: 10
max_idle_conns: 2 max_idle_conns: 2
conn_max_lifetime: -1 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 # The length of time that a token issued for a relying party from
# /_matrix/client/r0/user/{userId}/openid/request_token endpoint # /_matrix/client/r0/user/{userId}/openid/request_token endpoint
# is considered to be valid in milliseconds. # is considered to be valid in milliseconds.