UNPKG

openhim-core

Version:

The OpenHIM core application that provides logging and routing of http requests

38 lines 773 B
{ "mongo": { "url": "mongodb://localhost/openhim-test", "atnaUrl": "mongodb://localhost/openhim-test" }, "logger": { "level": "fatal", "logToDB": true, "capDBLogs": false }, "api": { "enabled": true, "httpsPort": 8080, "authWindowSeconds": 50, "maxBodiesSizeMB": 15, "maxPayloadSizeMB": 50, "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" } }