12 lines
232 B
JSON
12 lines
232 B
JSON
{
|
|
"default_server_config": {
|
|
"m.homeserver": {
|
|
"base_url": "https://matrix.${DOMAIN}",
|
|
"server_name": "matrix.${DOMAIN}"
|
|
}
|
|
},
|
|
"disable_custom_urls": true,
|
|
"disable_guests": true,
|
|
"brand": "My Matrix"
|
|
}
|