diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-06-24 17:25:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-24 17:25:57 +0100 |
commit | 4ac7ef4b6763ea31c3ea83fd135a2c77c7df112f (patch) | |
tree | ad26d40adf34f3627ca651740fdcf903ae6627ed /docs | |
parent | Merge pull request #5523 from matrix-org/rav/arg_defaults (diff) | |
parent | changelog (diff) | |
download | synapse-4ac7ef4b6763ea31c3ea83fd135a2c77c7df112f.tar.xz |
Merge pull request #5524 from matrix-org/rav/new_cmdline_options
Add --data-dir and --open-private-ports options.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sample_config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml index 92a23245ff..da10788e96 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml @@ -213,7 +213,7 @@ listeners: - names: [client, federation] compress: false - # example additonal_resources: + # example additional_resources: # #additional_resources: # "/_matrix/my/custom/endpoint": |