{
  "/api": {
    "target": "http://localhost:9995",
    "secure": false,
    "logLevel": "debug"
  },
    "/token": {
    "target": "http://localhost:9995",
    "secure": false,
    "logLevel": "info"
  },
    "/refresh": {
    "target": "http://localhost:9995",
    "secure": false,
    "logLevel": "info"
  },
    "/db-image": {
    "target": "http://localhost:9995",
    "secure": false,
    "logLevel": "info"
  }
}