diff options
author | babolivier <babolivier@users.noreply.github.com> | 2021-06-18 11:16:12 +0000 |
---|---|---|
committer | babolivier <babolivier@users.noreply.github.com> | 2021-06-18 11:16:12 +0000 |
commit | 3c7fd98b40695ecc7eefdaee1c53ebf1642e19c2 (patch) | |
tree | ccb95bece5b3f43142129dbbb565b3d6369ca4a2 /develop/sample_config.yaml | |
parent | deploy: 08c84693227de9571412fa18a7d82818a370c655 (diff) | |
download | synapse-3c7fd98b40695ecc7eefdaee1c53ebf1642e19c2.tar.xz |
deploy: 1b3e398bea8129fa7ae6fe28fd3a395fcd427ad9
Diffstat (limited to 'develop/sample_config.yaml')
-rw-r--r-- | develop/sample_config.yaml | 29 |
1 files changed, 16 insertions, 13 deletions
diff --git a/develop/sample_config.yaml b/develop/sample_config.yaml index 307f8cd3c8..19505c7fd2 100644 --- a/develop/sample_config.yaml +++ b/develop/sample_config.yaml @@ -31,6 +31,22 @@ # # [1] https://docs.ansible.com/ansible/latest/reference_appendices/YAMLSyntax.html + +## Modules ## + +# Server admins can expand Synapse's functionality with external modules. +# +# See https://matrix-org.github.io/synapse/develop/modules.html for more +# documentation on how to configure or create custom modules for Synapse. +# +modules: + # - module: my_super_module.MySuperClass + # config: + # do_thing: true + # - module: my_other_super_module.SomeClass + # config: {} + + ## Server ## # The public-facing domain of the server @@ -2491,19 +2507,6 @@ push: #group_unread_count_by_room: false -# Spam checkers are third-party modules that can block specific actions -# of local users, such as creating rooms and registering undesirable -# usernames, as well as remote users by redacting incoming events. -# -spam_checker: - #- module: "my_custom_project.SuperSpamChecker" - # config: - # example_option: 'things' - #- module: "some_other_project.BadEventStopper" - # config: - # example_stop_events_from: ['@bad:example.com'] - - ## Rooms ## # Controls whether locally-created rooms should be end-to-end encrypted by |