More Docker updates

This commit is contained in:
Neil Alexander 2021-12-17 14:20:34 +00:00
parent f22f649a05
commit 580a256c37
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
5 changed files with 39 additions and 18 deletions

View file

@ -265,6 +265,19 @@ media_api:
height: 480
method: scale
# Configuration for experimental MSC's
mscs:
# A list of enabled MSC's
# Currently valid values are:
# - msc2836 (Threading, see https://github.com/matrix-org/matrix-doc/pull/2836)
# - msc2946 (Spaces Summary, see https://github.com/matrix-org/matrix-doc/pull/2946)
mscs: []
database:
connection_string: postgresql://dendrite:itsasecret@postgres/dendrite_mscs?sslmode=disable
max_open_conns: 5
max_idle_conns: 2
conn_max_lifetime: -1
# Configuration for the Room Server.
room_server:
internal_api: