mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Clarify config template comments (#8891)
This commit is contained in:
parent
ff1f0ee094
commit
025fa06fc7
1
changelog.d/8891.doc
Normal file
1
changelog.d/8891.doc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Clarify comments around template directories in `sample_config.yaml`.
|
@ -1879,11 +1879,8 @@ sso:
|
|||||||
# - https://my.custom.client/
|
# - https://my.custom.client/
|
||||||
|
|
||||||
# Directory in which Synapse will try to find the template files below.
|
# Directory in which Synapse will try to find the template files below.
|
||||||
# If not set, default templates from within the Synapse package will be used.
|
# If not set, or the files named below are not found within the template
|
||||||
#
|
# directory, default templates from within the Synapse package will be used.
|
||||||
# DO NOT UNCOMMENT THIS SETTING unless you want to customise the templates.
|
|
||||||
# If you *do* uncomment it, you will need to make sure that all the templates
|
|
||||||
# below are in the directory.
|
|
||||||
#
|
#
|
||||||
# Synapse will look for the following templates in this directory:
|
# Synapse will look for the following templates in this directory:
|
||||||
#
|
#
|
||||||
@ -2113,9 +2110,8 @@ email:
|
|||||||
#validation_token_lifetime: 15m
|
#validation_token_lifetime: 15m
|
||||||
|
|
||||||
# Directory in which Synapse will try to find the template files below.
|
# Directory in which Synapse will try to find the template files below.
|
||||||
# If not set, default templates from within the Synapse package will be used.
|
# If not set, or the files named below are not found within the template
|
||||||
#
|
# directory, default templates from within the Synapse package will be used.
|
||||||
# Do not uncomment this setting unless you want to customise the templates.
|
|
||||||
#
|
#
|
||||||
# Synapse will look for the following templates in this directory:
|
# Synapse will look for the following templates in this directory:
|
||||||
#
|
#
|
||||||
|
@ -390,9 +390,8 @@ class EmailConfig(Config):
|
|||||||
#validation_token_lifetime: 15m
|
#validation_token_lifetime: 15m
|
||||||
|
|
||||||
# Directory in which Synapse will try to find the template files below.
|
# Directory in which Synapse will try to find the template files below.
|
||||||
# If not set, default templates from within the Synapse package will be used.
|
# If not set, or the files named below are not found within the template
|
||||||
#
|
# directory, default templates from within the Synapse package will be used.
|
||||||
# Do not uncomment this setting unless you want to customise the templates.
|
|
||||||
#
|
#
|
||||||
# Synapse will look for the following templates in this directory:
|
# Synapse will look for the following templates in this directory:
|
||||||
#
|
#
|
||||||
|
@ -93,11 +93,8 @@ class SSOConfig(Config):
|
|||||||
# - https://my.custom.client/
|
# - https://my.custom.client/
|
||||||
|
|
||||||
# Directory in which Synapse will try to find the template files below.
|
# Directory in which Synapse will try to find the template files below.
|
||||||
# If not set, default templates from within the Synapse package will be used.
|
# If not set, or the files named below are not found within the template
|
||||||
#
|
# directory, default templates from within the Synapse package will be used.
|
||||||
# DO NOT UNCOMMENT THIS SETTING unless you want to customise the templates.
|
|
||||||
# If you *do* uncomment it, you will need to make sure that all the templates
|
|
||||||
# below are in the directory.
|
|
||||||
#
|
#
|
||||||
# Synapse will look for the following templates in this directory:
|
# Synapse will look for the following templates in this directory:
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user