loopback/test/fixtures/simple-app/server/config.json

11 lines
131 B
JSON

{
"port": 3000,
"host": "127.0.0.1",
"remoting": {
"errorHandler": {
"debug": true,
"log": false
}
}
}