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,
|
inline: true,
|
||||||
proxy: {
|
proxy: {
|
||||||
'/ecm': {
|
'/ecm': {
|
||||||
target: 'http://adfdev.lab.alfresco.me/',
|
target: {
|
||||||
|
host: "0.0.0.0",
|
||||||
|
protocol: 'http:',
|
||||||
|
port: 8080
|
||||||
|
},
|
||||||
pathRewrite: {
|
pathRewrite: {
|
||||||
'^/ecm': ''
|
'^/ecm': ''
|
||||||
},
|
},
|
||||||
@@ -160,7 +164,11 @@ module.exports = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
'/bpm': {
|
'/bpm': {
|
||||||
target: 'http://adfdev.lab.alfresco.me/',
|
target: {
|
||||||
|
host: "0.0.0.0",
|
||||||
|
protocol: 'http:',
|
||||||
|
port: 9999
|
||||||
|
},
|
||||||
pathRewrite: {
|
pathRewrite: {
|
||||||
'^/bpm': ''
|
'^/bpm': ''
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user