diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2020-02-20 15:41:21 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2020-02-20 15:41:21 +0000 |
commit | b7424f4943e0fd1d3384bf8d1f4d97499a0e8029 (patch) | |
tree | 8364699570d6f2e6d3d4ae579201f5eafd8bfe20 /docs | |
parent | Room Complexity Client Implementation (#5783) (diff) | |
parent | Remove non-functional 'expire_access_token' setting (#5782) (diff) | |
download | synapse-b7424f4943e0fd1d3384bf8d1f4d97499a0e8029.tar.xz |
Remove non-functional 'expire_access_token' setting (#5782)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sample_config.yaml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml index 76993fba43..61c5ef1ea5 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml @@ -1109,10 +1109,6 @@ uploads_path: "DATADIR/uploads" # # macaroon_secret_key: <PRIVATE STRING> -# Used to enable access token expiration. -# -#expire_access_token: False - # a secret which is used to calculate HMACs for form values, to stop # falsification of values. Must be specified for the User Consent # forms to work. |