summary refs log tree commit diff
path: root/develop/usage
diff options
context:
space:
mode:
authorreivilibre <reivilibre@users.noreply.github.com>2022-01-27 10:07:05 +0000
committerreivilibre <reivilibre@users.noreply.github.com>2022-01-27 10:07:05 +0000
commitf8545e248106d99cca6799d886171baa79cb6b82 (patch)
tree6d7a377a8d960ecf918e577caf57c43a22666380 /develop/usage
parentdeploy: ec07062e314308e221b1739e80d8472f7bbb3628 (diff)
downloadsynapse-f8545e248106d99cca6799d886171baa79cb6b82.tar.xz
deploy: fd65139714433763e8ef5be6017ab6ba5988e766
Diffstat (limited to 'develop/usage')
-rw-r--r--develop/usage/configuration/homeserver_sample_config.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/develop/usage/configuration/homeserver_sample_config.html b/develop/usage/configuration/homeserver_sample_config.html
index 8202e8e7c6..bac8ea1235 100644
--- a/develop/usage/configuration/homeserver_sample_config.html
+++ b/develop/usage/configuration/homeserver_sample_config.html
@@ -233,11 +233,11 @@ a fresh config using Synapse by following the instructions in
 # 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: {}
+  #- module: my_super_module.MySuperClass
+  #  config:
+  #    do_thing: true
+  #- module: my_other_super_module.SomeClass
+  #  config: {}
 
 
 ## Server ##