2022-12-09 23:57:30 +00:00
|
|
|
{
|
2023-03-23 02:12:45 +00:00
|
|
|
"log": {
|
|
|
|
"output": "file"
|
|
|
|
},
|
|
|
|
"listen": [
|
|
|
|
{
|
|
|
|
"port": 8008,
|
|
|
|
"tls": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"port": 8448,
|
|
|
|
"tls": {
|
|
|
|
"cert": "telodendria.crt",
|
|
|
|
"key": "telodendria.key"
|
|
|
|
}
|
2022-12-09 23:57:30 +00:00
|
|
|
}
|
2023-03-23 02:12:45 +00:00
|
|
|
],
|
|
|
|
"serverName": "example.com",
|
|
|
|
"identityServer": "https://identity.example.com",
|
|
|
|
"baseUrl": "https://matrix.example.com",
|
|
|
|
"registration": false,
|
|
|
|
"federation": true,
|
|
|
|
"maxCache": 512000000
|
2022-12-09 23:57:30 +00:00
|
|
|
}
|