mirror of
https://github.com/element-hq/element-docker-demo.git
synced 2026-01-25 06:26:58 +03:00
make QR login work
This commit is contained in:
@@ -48,6 +48,7 @@ trusted_key_servers:
|
||||
# please keep config above this point as close as possible to the original generated config
|
||||
# so that upstream generated config changes can be detected
|
||||
|
||||
public_baseurl: https://${HOMESERVER_FQDN}/
|
||||
suppress_key_server_warning: true
|
||||
|
||||
send_federation: false
|
||||
@@ -102,6 +103,9 @@ experimental_features:
|
||||
admin_token: '${SECRETS_MAS_MATRIX_SECRET}'
|
||||
account_management_url: "https://${MAS_FQDN}/account"
|
||||
|
||||
# QR login
|
||||
msc4108_enabled: true
|
||||
|
||||
# MSC3266: Room summary API. Used for knocking over federation
|
||||
msc3266_enabled: true
|
||||
|
||||
@@ -111,4 +115,4 @@ experimental_features:
|
||||
# Needed for MatrixRTC
|
||||
max_event_delay_duration: 24h
|
||||
|
||||
# vim:ft=yaml
|
||||
# vim:ft=yaml
|
||||
|
||||
Reference in New Issue
Block a user