diff options
author | Richard van der Hoff <richard@matrix.org> | 2019-06-21 13:46:39 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-06-24 14:15:34 +0100 |
commit | 3f8a252dd86fecff6cdda58043aaba7b79436e01 (patch) | |
tree | 43d2d1aae8587e180d7d7dd3df949fe18f43eeb0 /docs/sample_config.yaml | |
parent | Add --data-directory commandline argument (diff) | |
download | synapse-3f8a252dd86fecff6cdda58043aaba7b79436e01.tar.xz |
Add "--open-private-ports" cmdline option
This is helpful when generating a config file for running synapse under docker.
Diffstat (limited to 'docs/sample_config.yaml')
-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 bb07b02f4e..522ec7e8ff 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml @@ -209,7 +209,7 @@ listeners: - names: [client, federation] compress: false - # example additonal_resources: + # example additional_resources: # #additional_resources: # "/_matrix/my/custom/endpoint": |