mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
restore webpack settings
This commit is contained in:
@@ -145,7 +145,11 @@ module.exports = {
|
||||
inline: true,
|
||||
proxy: {
|
||||
'/ecm': {
|
||||
target: 'http://adfdev.lab.alfresco.me/',
|
||||
target: {
|
||||
host: "0.0.0.0",
|
||||
protocol: 'http:',
|
||||
port: 8080
|
||||
},
|
||||
pathRewrite: {
|
||||
'^/ecm': ''
|
||||
},
|
||||
@@ -160,7 +164,11 @@ module.exports = {
|
||||
}
|
||||
},
|
||||
'/bpm': {
|
||||
target: 'http://adfdev.lab.alfresco.me/',
|
||||
target: {
|
||||
host: "0.0.0.0",
|
||||
protocol: 'http:',
|
||||
port: 9999
|
||||
},
|
||||
pathRewrite: {
|
||||
'^/bpm': ''
|
||||
},
|
||||
|
Reference in New Issue
Block a user