13 lines
263 B
Plaintext
13 lines
263 B
Plaintext
{
|
|
"default_server_config": {
|
|
"m.homeserver": {
|
|
"base_url": __MATRIX_PUBLIC_BASEURL__,
|
|
"server_name": __MATRIX_SERVER_NAME__
|
|
}
|
|
},
|
|
"disable_custom_urls": true,
|
|
"disable_guests": true,
|
|
"disable_3pid_login": true,
|
|
"brand": "Element"
|
|
}
|