Skip to content
Snippets Groups Projects
proxy.conf.json 748 B
Newer Older
vitam-prg's avatar
vitam-prg committed
{
benemart's avatar
benemart committed
  "/referential-api": {
    "target": "https://sandbox78-adm.cines.fr:9002/",
benemart's avatar
benemart committed
    "secure": false,
    "pathRewrite": {},
    "logLevel": "debug"
  },
vitam-prg's avatar
vitam-prg committed
  "/identity-api": {
    "target": "https://sandbox78-adm.cines.fr:9001/",
vitam-prg's avatar
vitam-prg committed
    "secure": false,
    "pathRewrite": {},
    "logLevel": "debug"
  },
  "/portal-api": {
    "target": "https://sandbox78-adm.cines.fr:9000/",
vitam-prg's avatar
vitam-prg committed
    "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"
vitam-prg's avatar
vitam-prg committed
  }
}