0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-29 16:08:21 +02:00

Remove expire_access_token from Docker configuration (#17198)

Co-authored-by: Andrew Morgan <andrew@amorgan.xyz>
This commit is contained in:
Aaron Dewes 2024-06-19 11:58:06 +02:00 committed by GitHub
parent bdf82efea5
commit 7ef89b985d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

1
changelog.d/17198.misc Normal file
View file

@ -0,0 +1 @@
Remove unused `expire_access_token` option in the Synapse Docker config file. Contributed by @AaronDewes.

View file

@ -176,7 +176,6 @@ app_service_config_files:
{% endif %}
macaroon_secret_key: "{{ SYNAPSE_MACAROON_SECRET_KEY }}"
expire_access_token: False
## Signing Keys ##