From fb0a9082b079ea3e28583efed6022edfc4f29b0a Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Wed, 23 Jan 2019 18:44:20 +0000 Subject: [PATCH] remove empty declaration from app config --- demo-shell/src/app.config.json | 1 - 1 file changed, 1 deletion(-) diff --git a/demo-shell/src/app.config.json b/demo-shell/src/app.config.json index 8d9fde31a9d..0875b82eda6 100644 --- a/demo-shell/src/app.config.json +++ b/demo-shell/src/app.config.json @@ -3,7 +3,6 @@ "ecmHost": "{protocol}//{hostname}{:port}", "bpmHost": "{protocol}//{hostname}{:port}", "identityHost": "{protocol}//{hostname}{:port}/auth/realms/alfresco", - "baseShareUrl": null, "loginRoute": "login", "providers": "ALL", "contextRootBpm": "activiti-app",