proxy conf
This commit is contained in:
@@ -80,6 +80,10 @@
|
||||
},
|
||||
"development": {
|
||||
"buildTarget": "client:build:development"
|
||||
},
|
||||
"remote": {
|
||||
"proxyConfig": "proxy.remote.conf.json",
|
||||
"buildTarget": "client:build:development"
|
||||
}
|
||||
},
|
||||
"defaultConfiguration": "development"
|
||||
|
||||
11
client/proxy.remote.conf.json
Normal file
11
client/proxy.remote.conf.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"/api": {
|
||||
"target": "http://keyvaultpro.de:3701",
|
||||
"secure": false,
|
||||
"logLevel": "debug",
|
||||
"changeOrigin": true,
|
||||
"pathRewrite": {
|
||||
"^/api": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user