Files
matrix-synapse/well_known_client.conf.tmpl
2026-04-07 14:59:19 +02:00

9 lines
207 B
Cheetah

{
"m.homeserver": {
"base_url": "https://{{ env "DOMAIN" }}"
}{{ if eq (env "MAS_ENABLED") "1" }},
"org.matrix.msc2965.authentication": {
"issuer": "https://{{ env "DOMAIN" }}/"
}{{ end }}
}