{
  "pack": {
    "cache": "redis"
  },
  "servers": [
    {
      "host": "localhost",
      "port": 8000,
      "options": {
        "labels": ["api", "nasty"]
      }
    },
    {
      "port": 8001,
      "options": {
        "labels": ["api", "nice"]
      }
    }
  ],
  "plugins": {
    "furball": {
      "version": false,
      "plugins": "/"
    }
  }
}
