-
Joze RIHTARSIC authoredJoze RIHTARSIC authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
proxy-config.json 882 B
{
"/rest/**": {
"target" : "http://localhost:8080/",
"secure" : "false",
"pathRewrite": {
"^/rest": "/smp/ui/rest"
},
"logLevel": "debug",
"changeOrigin": true,
"cookiePathRewrite": {
"/smp": "/"
},
"cookieDomainRewrite": "localhost"
},
"/public/**": {
"target" : "http://localhost:8080/",
"secure" : "false",
"pathRewrite": {
"^/public": "/smp/ui/public"
},
"logLevel": "debug",
"changeOrigin": true,
"cookiePathRewrite": {
"/smp": "/"
},
"cookieDomainRewrite": "localhost"
},
"/internal/**": {
"target" : "http://localhost:8080/",
"secure" : "false",
"pathRewrite": {
"^/internal": "/smp/ui/internal"
},
"logLevel": "debug",
"changeOrigin": true,
"cookiePathRewrite": {
"/smp": "/"
},
"cookieDomainRewrite": "localhost"
}
}