universal app config and proxy

This commit is contained in:
Denys Vuika 2017-10-19 20:05:19 +01:00
parent 6521aa6cc9
commit be68ec5e3f
2 changed files with 2 additions and 13 deletions

View File

@ -1,17 +1,6 @@
{
"/ecm": {
"/alfresco": {
"target": "http://0.0.0.0:8080",
"pathRewrite": {
"^/ecm": ""
},
"secure": false,
"changeOrigin": true
},
"/bpm": {
"target": "http://0.0.0.0:9999",
"pathRewrite": {
"^/bpm": ""
},
"secure": false,
"changeOrigin": true
}

View File

@ -1,5 +1,5 @@
{
"ecmHost": "http://{hostname}:{port}/ecm",
"ecmHost": "http://{hostname}:{port}",
"application": {
"name": "Alfresco Example Content Application",
"build": "1234"