Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 493c2fc

Browse files
authored
Remove code generating comments in configuration file (#12941)
1 parent 5f4ecf7 commit 493c2fc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+66
-5711
lines changed

changelog.d/12941.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Remove code generating comments in configuration.

docs/.sample_config_header.yaml

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,12 @@
11
# This file is maintained as an up-to-date snapshot of the default
2-
# homeserver.yaml configuration generated by Synapse.
3-
#
4-
# It is intended to act as a reference for the default configuration,
5-
# helping admins keep track of new options and other changes, and compare
6-
# their configs with the current default. As such, many of the actual
7-
# config values shown are placeholders.
2+
# homeserver.yaml configuration generated by Synapse. You can find a
3+
# complete accounting of possible configuration options at
4+
# https://matrix-org.github.io/synapse/latest/usage/configuration/config_documentation.html
85
#
96
# It is *not* intended to be copied and used as the basis for a real
107
# homeserver.yaml. Instead, if you are starting from scratch, please generate
118
# a fresh config using Synapse by following the instructions in
129
# https://matrix-org.github.io/synapse/latest/setup/installation.html.
13-
14-
# Configuration options that take a time period can be set using a number
15-
# followed by a letter. Letters have the following meanings:
16-
# s = second
17-
# m = minute
18-
# h = hour
19-
# d = day
20-
# w = week
21-
# y = year
22-
# For example, setting redaction_retention_period: 5m would remove redacted
23-
# messages from the database after 5 minutes, rather than 5 months.
24-
10+
#
2511
################################################################################
2612

0 commit comments

Comments
 (0)