15 lines
427 B
JSON
15 lines
427 B
JSON
{
|
|
"basePort": "3050",
|
|
"basePath": "http://localhost:3050",
|
|
"matrixServerUrl": "http://localhost:8008/",
|
|
"archiveMessageLimit": 500,
|
|
"requestTimeoutMs": 25000,
|
|
"logOutputFromChildProcesses": false,
|
|
//"jaegerTracesEndpoint": "http://localhost:14268/api/traces",
|
|
"testMatrixServerUrl1": "http://localhost:11008/",
|
|
"testMatrixServerUrl2": "http://localhost:12008/",
|
|
|
|
// Secrets
|
|
//"matrixAccessToken": "xxx"
|
|
}
|