diff options
author | Jason Robinson <jasonr@matrix.org> | 2021-01-05 13:31:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-05 11:31:10 +0000 |
commit | e3ce6a924f29fc277bd34d8b6a0d0a84c3029b5c (patch) | |
tree | 5610848c6789dfd83547f4f6eb11c0da4d9a5fbf | |
parent | 05324b68610834b3e5af32be9245624e455ed041 (diff) |
Add MSC's section to example config (#1675)
The config section for MSC's was missing from the example config. Even though these are experimental features, it might be good to add the section into the example config for visibility.
Signed-off-by: Jason Robinson <mail@jasonrobinson.me>
-rw-r--r-- | dendrite-config.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dendrite-config.yaml b/dendrite-config.yaml index a6bf63af..585d466b 100644 --- a/dendrite-config.yaml +++ b/dendrite-config.yaml @@ -253,6 +253,18 @@ 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) + mscs: [] + database: + connection_string: file:mscs.db + max_open_conns: 10 + max_idle_conns: 2 + conn_max_lifetime: -1 + # Configuration for the Room Server. room_server: internal_api: |