UNPKG

openhim-core

Version:

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

33 lines (32 loc) 706 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 ...]", "authenticationTypes": ["token", "basic"] }, "caching": { "enabled": false }, "agenda": { "startupDelay": 0 }, "certificateManagement": { "watchFSForCert": false, "certPath": "resources/certs/default/cert.pem", "keyPath": "resources/certs/default/key.pem" } }