proxy conf

This commit is contained in:
Bastian Wagner
2024-12-06 14:45:54 +01:00
parent a8f9f111d2
commit 82b02001e4
4 changed files with 75 additions and 4 deletions

View File

@@ -80,6 +80,10 @@
},
"development": {
"buildTarget": "client:build:development"
},
"remote": {
"proxyConfig": "proxy.remote.conf.json",
"buildTarget": "client:build:development"
}
},
"defaultConfiguration": "development"

View File

@@ -0,0 +1,11 @@
{
"/api": {
"target": "http://keyvaultpro.de:3701",
"secure": false,
"logLevel": "debug",
"changeOrigin": true,
"pathRewrite": {
"^/api": ""
}
}
}