2022-02-23 20:25:05 -07:00
|
|
|
{
|
|
|
|
"basePort": "3050",
|
|
|
|
"basePath": "http://localhost:3050",
|
|
|
|
"matrixServerUrl": "http://localhost:8008/",
|
2022-09-08 00:30:04 -06:00
|
|
|
"matrixServerName": "localhost",
|
2022-11-02 03:27:30 -06:00
|
|
|
// Set this to 100 since that is the max that Synapse will backfill even if you do a
|
|
|
|
// `/messges?limit=1000` and we don't want to miss messages in between.
|
|
|
|
"archiveMessageLimit": 100,
|
2022-07-14 10:08:50 -06:00
|
|
|
"requestTimeoutMs": 25000,
|
2022-08-29 18:13:56 -06:00
|
|
|
"logOutputFromChildProcesses": false,
|
2022-11-08 21:41:58 -07:00
|
|
|
//"stopSearchEngineIndexing": true,
|
|
|
|
// Tracing
|
2022-08-29 19:33:02 -06:00
|
|
|
//"jaegerTracesEndpoint": "http://localhost:14268/api/traces",
|
2022-11-08 21:41:58 -07:00
|
|
|
|
|
|
|
// Testing
|
2022-02-23 20:25:05 -07:00
|
|
|
"testMatrixServerUrl1": "http://localhost:11008/",
|
|
|
|
"testMatrixServerUrl2": "http://localhost:12008/",
|
|
|
|
|
2022-08-29 19:33:02 -06:00
|
|
|
// Secrets
|
|
|
|
//"matrixAccessToken": "xxx"
|
2022-02-23 20:25:05 -07:00
|
|
|
}
|