openhim-mediator-file-queue
Version:
An async file queue for OpenHIM mediators
27 lines (26 loc) • 489 B
JSON
{
"port": 4002,
"heartbeat": true,
"record_stats": true,
"log_level": "debug",
"endpoints": [
{
"name": "File Queue",
"path": "/test",
"url": "http://localhost:8000",
"paused": false,
"parallel": 2,
"updateTx": true,
"forwardMetadata": true
}
],
"api": {
"apiURL": "https://localhost:8080",
"username": "root@openhim.org",
"password": "password"
},
"statsd": {
"host": "localhost",
"port": 8125
}
}