From 29737f643849fb53701048c53d4dac84c693e53a Mon Sep 17 00:00:00 2001 From: DMRobertson Date: Thu, 16 Jun 2022 10:48:52 +0000 Subject: deploy: 0ef1307619799bec2bbb96ce6516f307b0f8f217 --- develop/usage/configuration/config_documentation.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'develop/usage/configuration/config_documentation.html') diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html index 1739d97c4c..ea72828118 100644 --- a/develop/usage/configuration/config_documentation.html +++ b/develop/usage/configuration/config_documentation.html @@ -316,6 +316,18 @@ information.

serve_server_wellknown: true
 

+

extra_well_known_client_content

+

This option allows server runners to add arbitrary key-value pairs to the client-facing .well-known response. +Note that the public_baseurl config option must be provided for Synapse to serve a response to /.well-known/matrix/client at all.

+

If this option is provided, it parses the given yaml to json and +serves it on /.well-known/matrix/client endpoint +alongside the standard properties.

+

Example configuration:

+
extra_well_known_client_content : 
+  option1: value1
+  option2: value2
+
+

soft_file_limit

Set the soft limit on the number of file descriptors synapse can use. Zero is used to indicate synapse should set the soft limit to the hard limit. -- cgit 1.5.1