Add the identityHost to the app config

This commit is contained in:
Marizio Vitale 2019-01-09 11:36:54 +00:00
parent 78abcc93df
commit a19d2c99be

View File

@ -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",