summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2019-08-01 12:08:25 +0200
committerBrendan Abolivier <babolivier@matrix.org>2019-08-01 16:08:39 +0200
commitcd47482257fd31b51d279c5b7e935a8eddcb2457 (patch)
tree20cd8d6a6387de5e0b3bb9edfabc327e23d854fa
parentChangelog (diff)
downloadsynapse-cd47482257fd31b51d279c5b7e935a8eddcb2457.tar.xz
Sample config
-rw-r--r--docs/sample_config.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml

index daf0687dbb..cb58b82d22 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml
@@ -797,6 +797,16 @@ uploads_path: "DATADIR/uploads" # period: 6w # renew_at: 1w # renew_email_subject: "Renew your %(app)s account" +# # Directory in which Synapse will try to find the HTML files to serve to the +# # user when trying to renew an account. Optional, defaults to +# # synapse/res/templates. +# template_dir: "res/templates" +# # HTML to be displayed to the user after they successfully renewed their +# # account. Optional. +# account_renewed_html_path: "account_renewed.html" +# # HTML to be displayed when the user tries to renew an account with an invalid +# # renewal token. Optional. +# invalid_token_html_path: "invalid_token.html" # The user must provide all of the below types of 3PID when registering. #