Sanitise the component and Demo shell from embedded strings (#2474)

This commit is contained in:
Eugenio Romano
2017-10-14 14:27:41 +01:00
committed by Denys Vuika
parent bfe8fc8d15
commit 9663971256
17 changed files with 158 additions and 73 deletions

View File

@@ -145,11 +145,7 @@ module.exports = {
inline: true,
proxy: {
'/ecm': {
target: {
host: "0.0.0.0",
protocol: 'http:',
port: 8080
},
target: 'http://adfdev.lab.alfresco.me/',
pathRewrite: {
'^/ecm': ''
},
@@ -164,11 +160,7 @@ module.exports = {
}
},
'/bpm': {
target: {
host: "0.0.0.0",
protocol: 'http:',
port: 9999
},
target: 'http://adfdev.lab.alfresco.me/',
pathRewrite: {
'^/bpm': ''
},