2022-02-23 20:25:05 -07:00
|
|
|
{
|
|
|
|
"basePort": "3050",
|
|
|
|
"basePath": "http://localhost:3050",
|
|
|
|
"matrixServerUrl": "http://localhost:8008/",
|
2022-02-24 02:27:53 -07:00
|
|
|
"archiveMessageLimit": 500,
|
2022-07-14 10:08:50 -06:00
|
|
|
"requestTimeoutMs": 25000,
|
|
|
|
"UNCOMMENT_jaegerTracesEndpoint": "http://localhost:14268/api/traces",
|
2022-02-23 20:25:05 -07:00
|
|
|
"testMatrixServerUrl1": "http://localhost:11008/",
|
|
|
|
"testMatrixServerUrl2": "http://localhost:12008/",
|
|
|
|
|
|
|
|
"Secrets": "Remove the 'xxx__' prefix and fill these in your config/config.user-overrides.json or by environment variable",
|
|
|
|
"xxx__matrixAccessToken": "xxx"
|
|
|
|
}
|