add initial mas setup
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
{
|
||||
"m.homeserver": {
|
||||
"base_url": "https://{{ env "DOMAIN" }}"
|
||||
}
|
||||
}{{ if eq (env "MAS_ENABLED") "1" }},
|
||||
"org.matrix.msc2965.authentication": {
|
||||
"issuer": "https://{{ env "DOMAIN" }}/"
|
||||
}{{ end }}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user