add web_client_location

This commit is contained in:
Moritz
2024-07-26 12:57:21 +02:00
parent 2c8dc7c960
commit f13856b14c
5 changed files with 18 additions and 2 deletions

View File

@ -276,3 +276,6 @@ rc_login:
account:
per_second: {{ env "LOGIN_LIMIT_ACCOUNT_PER_SECOND" }}
burst_count: {{ env "LOGIN_LIMIT_ACCOUNT_BURST" }}
# https://matrix-org.github.io/synapse/latest/usage/configuration/config_documentation.html#web_client_location
web_client_location: {{ env "WEB_CLIENT_LOCATION" }}