mirror of
https://github.com/element-hq/synapse.git
synced 2025-12-05 01:10:13 +00:00
--------- Signed-off-by: Andre Klärner <kandre@ak-online.be> Co-authored-by: Olivier 'reivilibre <olivier@librepush.net>
This commit is contained in:
1
changelog.d/19243.doc
Normal file
1
changelog.d/19243.doc
Normal file
@@ -0,0 +1 @@
|
||||
Document in the `--config-path` help how multiple files are merged - by merging them shallowly.
|
||||
@@ -672,7 +672,8 @@ class RootConfig:
|
||||
action="append",
|
||||
metavar="CONFIG_FILE",
|
||||
help="Specify config file. Can be given multiple times and"
|
||||
" may specify directories containing *.yaml files.",
|
||||
" may specify directories containing *.yaml files."
|
||||
" Top-level keys in later files overwrite ones in earlier files.",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--no-secrets-in-config",
|
||||
|
||||
Reference in New Issue
Block a user