mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-26 17:24:45 +00:00
universal app config and proxy
This commit is contained in:
parent
6521aa6cc9
commit
be68ec5e3f
@ -1,17 +1,6 @@
|
|||||||
{
|
{
|
||||||
"/ecm": {
|
"/alfresco": {
|
||||||
"target": "http://0.0.0.0:8080",
|
"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,
|
"secure": false,
|
||||||
"changeOrigin": true
|
"changeOrigin": true
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"ecmHost": "http://{hostname}:{port}/ecm",
|
"ecmHost": "http://{hostname}:{port}",
|
||||||
"application": {
|
"application": {
|
||||||
"name": "Alfresco Example Content Application",
|
"name": "Alfresco Example Content Application",
|
||||||
"build": "1234"
|
"build": "1234"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user