forked from Telodendria/Telodendria
13 lines
311 B
Text
13 lines
311 B
Text
{
|
|
"serverName": "example.com",
|
|
"baseUrl": "https://matrix.example.com",
|
|
"identityServer": "https://identity.example.com",
|
|
"dataDir": "/var/telodendria",
|
|
"federation": true,
|
|
"registration": false,
|
|
"threads": 4,
|
|
"maxCache": 512000000,
|
|
"log": {
|
|
"output": "file"
|
|
}
|
|
}
|