From 6dc76bc00877680dafc75de06cab89021a2b3308 Mon Sep 17 00:00:00 2001 From: H-Shay Date: Thu, 19 May 2022 14:47:10 +0000 Subject: deploy: ab2a615cfb13f8ff91919c4332fcb182640d5484 --- develop/usage/configuration/config_documentation.html | 7 +++++++ 1 file changed, 7 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 85b9520d5c..f56ea8d946 100644 --- a/develop/usage/configuration/config_documentation.html +++ b/develop/usage/configuration/config_documentation.html @@ -167,6 +167,13 @@ followed by a letter. Letters have the following meanings:

For example, setting redaction_retention_period: 5m would remove redacted messages from the database after 5 minutes, rather than 5 months.

+

In addition, configuration options referring to size use the following suffixes:

+ +

For example, setting max_avatar_size: 10M means that Synapse will not accept files larger than 10,485,760 bytes +for a user avatar.

YAML

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