Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 3ff3dfe

Browse files
committed
Sample config
1 parent f4a30d2 commit 3ff3dfe

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/sample_config.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -802,6 +802,16 @@ uploads_path: "DATADIR/uploads"
802802
# period: 6w
803803
# renew_at: 1w
804804
# renew_email_subject: "Renew your %(app)s account"
805+
# # Directory in which Synapse will try to find the HTML files to serve to the
806+
# # user when trying to renew an account. Optional, defaults to
807+
# # synapse/res/templates.
808+
# template_dir: "res/templates"
809+
# # HTML to be displayed to the user after they successfully renewed their
810+
# # account. Optional.
811+
# account_renewed_html_path: "account_renewed.html"
812+
# # HTML to be displayed when the user tries to renew an account with an invalid
813+
# # renewal token. Optional.
814+
# invalid_token_html_path: "invalid_token.html"
805815

806816
# Time that a user's session remains valid for, after they log in.
807817
#

0 commit comments

Comments
 (0)