MyNixOS website logo
option

services.dendrite.settings.global.trusted_third_party_id_servers

Lists of domains that the server will trust as identity servers to verify third party identifiers such as phone numbers and email addresses.

Declarations
Type
list of string
Default
[
  "matrix.org"
  "vector.im"
]
Example
[
  "matrix.org"
]