diff options
author | Till Faelligen <2353100+S7evinK@users.noreply.github.com> | 2023-09-28 12:38:53 +0200 |
---|---|---|
committer | Till Faelligen <2353100+S7evinK@users.noreply.github.com> | 2023-09-28 12:38:53 +0200 |
commit | 1853f58cb492c423641636562c6aa6eb701426a2 (patch) | |
tree | a50c978623508a8537a7ba63293852e8a20ac2d0 | |
parent | b341a66152269ea8c031955a6654dfb4b07e56e3 (diff) |
Add missing sliding sync config
-rw-r--r-- | dendrite-sample.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dendrite-sample.yaml b/dendrite-sample.yaml index 8abc2301..7affc259 100644 --- a/dendrite-sample.yaml +++ b/dendrite-sample.yaml @@ -72,6 +72,10 @@ global: # The base URL to delegate client-server communications to e.g. https://localhost well_known_client_name: "" + # The server name to delegate sliding sync communications to, with optional port. + # Requires `well_known_client_name` to also be configured. + well_known_sliding_sync_proxy: "" + # Lists of domains that the server will trust as identity servers to verify third # party identifiers such as phone numbers and email addresses. trusted_third_party_id_servers: |