mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
Add the identityHost to the app config
This commit is contained in:
parent
78abcc93df
commit
a19d2c99be
@ -2,6 +2,7 @@
|
|||||||
"$schema": "../../lib/core/app-config/schema.json",
|
"$schema": "../../lib/core/app-config/schema.json",
|
||||||
"ecmHost": "http://{hostname}:{port}",
|
"ecmHost": "http://{hostname}:{port}",
|
||||||
"bpmHost": "http://{hostname}:{port}",
|
"bpmHost": "http://{hostname}:{port}",
|
||||||
|
"identityHost": "http://localhost:30081/auth/admin/realms/myrealm",
|
||||||
"baseShareUrl": null,
|
"baseShareUrl": null,
|
||||||
"loginRoute": "login",
|
"loginRoute": "login",
|
||||||
"providers": "ALL",
|
"providers": "ALL",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user