@camoflage/http
Version:
Easily mock your webservices while testing frontends.
26 lines (25 loc) • 366 B
JSON
{
"log": {
"enable": true,
"level": "trace",
"disableRequestLogs": true
},
"http": {
"enable": true,
"port": 8080
},
"https": {
"enable": false,
"port": 8443
},
"http2": {
"enable": false,
"port": 9443
},
"monitoring": true,
"cache": {
"enable": true,
"timeInSeconds": 5
},
"mocksDir": "./mocks"
}