{
  "redis": {
    "host": "redis",
    "port": 6379
  },
  "application": {
    "debug": true
  },
  "logging": {
    "level": "DEBUG",
    "appenders": [{
      "type": "file",
      "filename": "./test.log"
    }]
  }
}
