summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-02-14 10:53:53 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-02-14 10:53:53 +0000
commit1dc472405913794ad1f6f373d82552a7fb474a05 (patch)
treeae4f249f5df4e1263018b38a2d99421a4394c3d8 /docs
parentMerge pull request #5559 from matrix-org/erikj/refactor_changed_devices (diff)
parentMake it clearer that the template dir is relative to synapse's root dir (#5543) (diff)
downloadsynapse-1dc472405913794ad1f6f373d82552a7fb474a05.tar.xz
Make it clearer that the template dir is relative to synapse's root dir (#5543)
Diffstat (limited to 'docs')
-rw-r--r--docs/sample_config.yaml10
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml
index 0e82d1c4ac..6baca7066e 100644
--- a/docs/sample_config.yaml
+++ b/docs/sample_config.yaml
@@ -1267,11 +1267,13 @@ password_config:
 #   app_name: Matrix
 #
 #   # Enable email notifications by default
+#   #
 #   notif_for_new_users: True
 #
 #   # Defining a custom URL for Riot is only needed if email notifications
 #   # should contain links to a self-hosted installation of Riot; when set
 #   # the "app_name" setting is ignored
+#   #
 #   riot_base_url: "http://localhost/riot"
 #
 #   # Enable sending password reset emails via the configured, trusted
@@ -1284,16 +1286,22 @@ password_config:
 #   #
 #   # If this option is set to false and SMTP options have not been
 #   # configured, resetting user passwords via email will be disabled
+#   #
 #   #trust_identity_server_for_password_resets: false
 #
 #   # Configure the time that a validation email or text message code
 #   # will expire after sending
 #   #
 #   # This is currently used for password resets
+#   #
 #   #validation_token_lifetime: 1h
 #
 #   # Template directory. All template files should be stored within this
-#   # directory
+#   # directory. If not set, default templates from within the Synapse
+#   # package will be used
+#   #
+#   # For the list of default templates, please see
+#   # https://github.com/matrix-org/synapse/tree/master/synapse/res/templates
 #   #
 #   #template_dir: res/templates
 #