mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
universal app config and proxy
This commit is contained in:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user