Skip to content

Commit 7ef89b9

Browse files
Remove expire_access_token from Docker configuration (#17198)
Co-authored-by: Andrew Morgan <andrew@amorgan.xyz>
1 parent bdf82ef commit 7ef89b9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

changelog.d/17198.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Remove unused `expire_access_token` option in the Synapse Docker config file. Contributed by @AaronDewes.

docker/conf/homeserver.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ app_service_config_files:
176176
{% endif %}
177177

178178
macaroon_secret_key: "{{ SYNAPSE_MACAROON_SECRET_KEY }}"
179-
expire_access_token: False
180179

181180
## Signing Keys ##
182181

0 commit comments

Comments
 (0)