mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-12 01:13:10 -06:00
Make comment more explicit in the config file
This commit is contained in:
parent
7895c364df
commit
cf6c2887ee
|
|
@ -13,6 +13,7 @@ matrix:
|
||||||
# The x509 certificates used by the federation listeners for this server
|
# The x509 certificates used by the federation listeners for this server
|
||||||
federation_certificates: ["/etc/dendrite/server.pem"]
|
federation_certificates: ["/etc/dendrite/server.pem"]
|
||||||
# The list of identity servers trusted to verify third party identifiers by this server.
|
# The list of identity servers trusted to verify third party identifiers by this server.
|
||||||
|
# Defaults to no trusted servers.
|
||||||
trusted_third_party_id_servers:
|
trusted_third_party_id_servers:
|
||||||
- vector.im
|
- vector.im
|
||||||
- matrix.org
|
- matrix.org
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue