{
  "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
  }
}
