summary refs log tree commit diff
path: root/docs/sample_config.yaml
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2021-04-23 12:22:55 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2021-04-23 12:22:55 +0100
commit5a514a3e1113ea176b51f6bd8d8177dca2c021f4 (patch)
tree9fa8d3e604cd390302b53e340d8bc642d3c6a2a7 /docs/sample_config.yaml
parentMerge commit 'd80428513' into anoa/dinsic_release_1_31_0 (diff)
parent1.28.0rc1 (diff)
downloadsynapse-5a514a3e1113ea176b51f6bd8d8177dca2c021f4.tar.xz
Merge commit '1381cd05b' into anoa/dinsic_release_1_31_0
Diffstat (limited to 'docs/sample_config.yaml')
-rw-r--r--docs/sample_config.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml

index 2d39de84be..ff5992f92d 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml
@@ -2408,8 +2408,8 @@ password_config: #require_uppercase: true ui_auth: - # The number of milliseconds to allow a user-interactive authentication - # session to be active. + # The amount of time to allow a user-interactive authentication session + # to be active. # # This defaults to 0, meaning the user is queried for their credentials # before every action, but this can be overridden to allow a single @@ -2420,7 +2420,7 @@ ui_auth: # Uncomment below to allow for credential validation to last for 15 # seconds. # - #session_timeout: 15000 + #session_timeout: "15s" # Configuration for sending emails from Synapse.