13 lines
272 B
JSON
13 lines
272 B
JSON
|
{
|
||
|
"baseUrl": "http://localhost:4100",
|
||
|
"projectId": "bmbemn",
|
||
|
"reporterOptions": {
|
||
|
"configFile": "reporterConfig.json"
|
||
|
},
|
||
|
"env": {
|
||
|
"PORT": "4100",
|
||
|
"WORKER_PORT": "4200",
|
||
|
"JWT_SECRET": "test",
|
||
|
"HOST_IP": ""
|
||
|
}
|
||
|
}
|