openhim-core
Version:
The OpenHIM core application that provides logging and routing of http requests
35 lines (34 loc) • 675 B
JSON
{
"mongo": {
"url": "mongodb://localhost/openhim-test",
"atnaUrl": "mongodb://localhost/openhim-test"
},
"logger": {
"level": "error"
},
"api": {
"enabled" : true,
"httpsPort": 8080,
"authWindowSeconds": 10,
"truncateSize": 10,
"truncateAppend": "\n[truncated ...]"
},
"statsd": {
"enabled": true,
"host": "localhost"
},
"application": {
"name": "openhim.test"
},
"caching": {
"enabled": false
},
"agenda": {
"startupDelay": 0
},
"certificateManagement": {
"watchFSForCert": false,
"certPath": "resources/certs/default/cert.pem",
"keyPath": "resources/certs/default/key.pem"
}
}