19 lines
312 B
JSON
19 lines
312 B
JSON
|
{
|
||
|
"options": {
|
||
|
"base": ""
|
||
|
},
|
||
|
"testserver": {
|
||
|
"options": {
|
||
|
"port": 9999
|
||
|
}
|
||
|
},
|
||
|
"coverage": {
|
||
|
"options": {
|
||
|
"base": "coverage/",
|
||
|
"directory": "coverage/",
|
||
|
"port": 5555,
|
||
|
"keepalive": true
|
||
|
}
|
||
|
}
|
||
|
}
|