Skip to content
Snippets Groups Projects
proxy.conf.json 748 B
{
  "/referential-api": {
    "target": "https://sandbox78-adm.cines.fr:9002/",
    "secure": false,
    "pathRewrite": {},
    "logLevel": "debug"
  },
  "/identity-api": {
    "target": "https://sandbox78-adm.cines.fr:9001/",
    "secure": false,
    "pathRewrite": {},
    "logLevel": "debug"
  },
  "/portal-api": {
    "target": "https://sandbox78-adm.cines.fr:9000/",
    "secure": false,
    "pathRewrite": {},
    "logLevel": "debug"
  },
  "/ingest-api": {
    "target": "https://sandbox78-adm.cines.fr:9008/",
    "secure": false,
    "pathRewrite": {},
    "logLevel": "debug"
  },
  "/archive-search-api": {
    "target": "https://sandbox78-adm.cines.fr:9009/",
    "secure": false,
    "pathRewrite": {},
    "logLevel": "debug"
  }
}