add relay api database for dendrite

This commit is contained in:
array-in-a-matrix
2023-03-18 03:22:30 -04:00
parent 554915bd74
commit f1c0321a8c
4 changed files with 12 additions and 0 deletions

View File

@ -399,6 +399,12 @@ push_server:
max_idle_conns: 2
conn_max_lifetime: -1
#
#
relay_api:
database:
connection_string: {{ matrix_dendrite_database_str }}/{{ matrix_dendrite_relay_api_database }}?sslmode=disable
# Configuration for Opentracing.
# See https://github.com/matrix-org/dendrite/tree/master/docs/tracing for information on
# how this works and how to set it up.