From 29737f643849fb53701048c53d4dac84c693e53a Mon Sep 17 00:00:00 2001
From: DMRobertson
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