From a19d2c99be40d90a83706b2fbbf25bde41e8c3ea Mon Sep 17 00:00:00 2001 From: Marizio Vitale Date: Wed, 9 Jan 2019 11:36:54 +0000 Subject: [PATCH] Add the identityHost to the app config --- demo-shell/src/app.config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/demo-shell/src/app.config.json b/demo-shell/src/app.config.json index b0210e5384..3f35e28f8a 100644 --- a/demo-shell/src/app.config.json +++ b/demo-shell/src/app.config.json @@ -2,6 +2,7 @@ "$schema": "../../lib/core/app-config/schema.json", "ecmHost": "http://{hostname}:{port}", "bpmHost": "http://{hostname}:{port}", + "identityHost": "http://localhost:30081/auth/admin/realms/myrealm", "baseShareUrl": null, "loginRoute": "login", "providers": "ALL",