diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-02-14 16:22:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-14 16:22:30 +0000 |
commit | 97a42bbc3a4789620c48746f8e87291446f6f5ac (patch) | |
tree | 486b0a1f4aee4d3e0acffcc00ee25ad7cea17ced /docs/.sample_config_header.yaml | |
parent | Convert the directory handler tests to use HomeserverTestCase (#6919) (diff) | |
download | synapse-97a42bbc3a4789620c48746f8e87291446f6f5ac.tar.xz |
Add a warning about indentation to generated config (#6920)
Fixes #6916.
Diffstat (limited to 'docs/.sample_config_header.yaml')
-rw-r--r-- | docs/.sample_config_header.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/.sample_config_header.yaml b/docs/.sample_config_header.yaml index e001ef5983..35a591d042 100644 --- a/docs/.sample_config_header.yaml +++ b/docs/.sample_config_header.yaml @@ -1,4 +1,4 @@ -# The config is maintained as an up-to-date snapshot of the default +# This file is maintained as an up-to-date snapshot of the default # homeserver.yaml configuration generated by Synapse. # # It is intended to act as a reference for the default configuration, @@ -10,3 +10,5 @@ # homeserver.yaml. Instead, if you are starting from scratch, please generate # a fresh config using Synapse by following the instructions in INSTALL.md. +################################################################################ + |