forked from Telodendria/Telodendria
24 lines
432 B
Text
24 lines
432 B
Text
{
|
|
"log": {
|
|
"output": "file"
|
|
},
|
|
"listen": [
|
|
{
|
|
"port": 8008,
|
|
"tls": false
|
|
},
|
|
{
|
|
"port": 8448,
|
|
"tls": {
|
|
"cert": "telodendria.crt",
|
|
"key": "telodendria.key"
|
|
}
|
|
}
|
|
],
|
|
"serverName": "example.com",
|
|
"identityServer": "https://identity.example.com",
|
|
"baseUrl": "https://matrix.example.com",
|
|
"registration": false,
|
|
"federation": true,
|
|
"maxCache": 512000000
|
|
}
|