{
  "db": {
    "host": "DB_HOST"
  },
  "cache": {
    "redis": {
      "host": "REDIS_ADDRESS",
      "port":  "REDIS_PORT"
    }
  },
  "authorsEndpoint": "AUTHORS_ENDPOINT"
}