25 lines
852 B
JSON
25 lines
852 B
JSON
{
|
|
"basePort": "3050",
|
|
"basePath": "http://localhost:3050",
|
|
// Requires homeserver with MSC3030 `/timestamp_to_event` endpoint (Synapse 1.73.0+)
|
|
// (see readme for more details)
|
|
"matrixServerUrl": "http://localhost:8008/",
|
|
"matrixServerName": "localhost",
|
|
// Set this to 100 since that is the max that Synapse will backfill even if you do a
|
|
// `/messages?limit=1000` and we don't want to miss messages in between.
|
|
"messageLimit": 100,
|
|
"requestTimeoutMs": 25000,
|
|
"logOutputFromChildProcesses": false,
|
|
//"stopSearchEngineIndexing": true,
|
|
"workaroundCloudflare504TimeoutErrors": false,
|
|
// Tracing
|
|
//"jaegerTracesEndpoint": "http://localhost:14268/api/traces",
|
|
|
|
// Testing
|
|
"testMatrixServerUrl1": "http://localhost:11008/",
|
|
"testMatrixServerUrl2": "http://localhost:12008/"
|
|
|
|
// Secrets
|
|
//"matrixAccessToken": "xxx"
|
|
}
|