diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2019-08-01 12:11:27 +0200 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2019-08-01 16:08:39 +0200 |
commit | 359aed416872a86aa09dbe1bdff6434d707d75e8 (patch) | |
tree | 62da8c558d6a060cf94cd8f164d3f553dcee93c4 /docs | |
parent | Sample config (diff) | |
download | synapse-359aed416872a86aa09dbe1bdff6434d707d75e8.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 cb58b82d22..8413861623 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml @@ -800,7 +800,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" |