diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2019-08-01 12:11:27 +0200 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2019-08-01 12:19:08 +0200 |
commit | f25f638c35b1d16eb0aa3f746c10313b3c3b040d (patch) | |
tree | 2c4448fb6df162ee58e40f355d817de7737992ea /docs | |
parent | Sample config (diff) | |
download | synapse-f25f638c35b1d16eb0aa3f746c10313b3c3b040d.tar.xz |
Lint
Diffstat (limited to 'docs')
-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 8a324457fe..1b206fe6bf 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml @@ -805,7 +805,7 @@ uploads_path: "DATADIR/uploads" # # 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" +# 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" |