rest-api-starter
Version:
Rest API starter kit.
30 lines • 527 B
JSON
{
"app": {
"http": {
"port": 8100,
"host": "0.0.0.0",
"queue": 10,
"secret": "",
"transactionHeader": "X-REST-TRANSACTION",
"compression": true,
"cookies": true,
"json": true
},
"log": {
"level": "info",
"transports": [
{
"type": "console"
}
]
},
"mongo": {
"url": "mongodb://localhost:27017/rest-api"
},
"graphite": {
"host": "127.0.0.1",
"port": 2003,
"prefix": "api"
}
}
}