mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-21 05:43:09 -06:00
Update sample config
This commit is contained in:
parent
21b8784c59
commit
19382b459f
|
|
@ -27,6 +27,9 @@ matrix:
|
||||||
# public_key: l8Hft5qXKn1vfHrg3p4+W8gELQVo8N13JkluMfmn2sQ
|
# public_key: l8Hft5qXKn1vfHrg3p4+W8gELQVo8N13JkluMfmn2sQ
|
||||||
# Disables new users from registering (except via shared secrets)
|
# Disables new users from registering (except via shared secrets)
|
||||||
registration_disabled: false
|
registration_disabled: false
|
||||||
|
# Whether to disable TLS certificate validation. Warning: this reduces federation
|
||||||
|
# security and should not be enabled in production!
|
||||||
|
federation_disable_tls_validation: false
|
||||||
|
|
||||||
# The media repository config
|
# The media repository config
|
||||||
media:
|
media:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue