{
  "app": {
    "http": {
      "port": 8100,
      "host": "0.0.0.0",
      "queue": 10,
      "secret": "",
      "transactionHeader": "X-REST-TRANSACTION",
      "compression": true,
      "cookies": true,
      "json": true
    },
    "log": {
      "level": "info",
      "transports": [
        {
          "type": "console"
        }
      ]
    },
    "mongo": {
      "url": "mongodb://localhost:27017/rest-api"
    },
    "graphite": {
      "host": "127.0.0.1",
      "port": 2003,
      "prefix": "api"
    }
  }
}