Skip to content
Snippets Groups Projects
proxy.conf.json 283 B
Newer Older
vitam-prg's avatar
vitam-prg committed
{
  "/identity-api": {
    "target": "https://dev.vitamui.com:9001/",
    "secure": false,
    "pathRewrite": {},
    "logLevel": "debug"
  },
  "/portal-api": {
    "target": "https://dev.vitamui.com:9000/",
    "secure": false,
    "pathRewrite": {},
    "logLevel": "debug"
  }
}