summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-02-20 15:41:21 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-02-20 15:41:21 +0000
commitb7424f4943e0fd1d3384bf8d1f4d97499a0e8029 (patch)
tree8364699570d6f2e6d3d4ae579201f5eafd8bfe20 /docs
parentRoom Complexity Client Implementation (#5783) (diff)
parentRemove non-functional 'expire_access_token' setting (#5782) (diff)
downloadsynapse-b7424f4943e0fd1d3384bf8d1f4d97499a0e8029.tar.xz
Remove non-functional 'expire_access_token' setting (#5782)
Diffstat (limited to 'docs')
-rw-r--r--docs/sample_config.yaml4
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.