From 16db5bf99976c745aa1864571a305d98c74297ba Mon Sep 17 00:00:00 2001
From: DMRobertson
For example, setting max_avatar_size: 10M
means that Synapse will not accept files larger than 10,485,760 bytes
for a user avatar.
The configuration file can be validated with the following command:
+python -m synapse.config read <config key to print> -c <path to config>
+
+To validate the entire file, omit read <config key to print>
:
python -m synapse.config -c <path to config>
+
+To see how to set other options, check the help reference:
+python -m synapse.config --help
+
The configuration file is a YAML file, which means that certain syntax rules apply if you want your config file to be read properly. A few helpful things to know:
-- cgit 1.5.1