First draft for matrix server setup
This commit is contained in:
11
config/element_config.template.json
Normal file
11
config/element_config.template.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"default_server_config": {
|
||||
"m.homeserver": {
|
||||
"base_url": "https://matrix.${DOMAIN}",
|
||||
"server_name": "matrix.${DOMAIN}"
|
||||
}
|
||||
},
|
||||
"disable_custom_urls": true,
|
||||
"disable_guests": true,
|
||||
"brand": "My Matrix"
|
||||
}
|
||||
Reference in New Issue
Block a user