openhim-core
Version:
The OpenHIM core application that provides logging and routing of http requests
23 lines (22 loc) • 355 B
JSON
{
"mongo": {
"url": "mongodb://localhost/openhim-test",
"atnaUrl": "mongodb://localhost/openhim-test"
},
"logger": {
"level": "error"
},
"statsd": {
"enabled": true,
"host": "localhost"
},
"application": {
"name": "openhim.test"
},
"caching": {
"enabled": false
},
"agenda": {
"startupDelay": 0
}
}