Skip to content
Snippets Groups Projects
Commit e60db8a3 authored by yvesn's avatar yvesn
Browse files

SSDM-7299: changed webpack devServer proxy config for development with openBIS running in Eclipse

parent 0737ad3e
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,8 @@ module.exports = { ...@@ -14,7 +14,8 @@ module.exports = {
https: false, https: false,
proxy: { proxy: {
"/openbis": { "/openbis": {
"target": 'https://localhost:8122', "target": 'http://localhost:8888',
pathRewrite: {'^/openbis/resources' : '/openbis-test/resources'},
"changeOrigin": true, "changeOrigin": true,
"secure": false "secure": false
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment