9 lines
207 B
Cheetah
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 }}
|
|
}
|