[ACS-6328] fix oauth config loading (#9098)

* fix oauth config loading

* remove coma

* fix json schema path

* use auth config constructor

* update json schema

* update json schema

* fix tests
This commit is contained in:
Denys Vuika
2023-11-17 14:02:19 +00:00
committed by GitHub
parent 001d6ee83d
commit eb8aaecef6
4 changed files with 54 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
{
"$schema": "../../lib/core/src/lib/app-config/schema.json",
"$schema": "../../lib/core/src/lib/app-config/app.config.schema.json",
"ecmHost": "{protocol}//{hostname}{:port}",
"bpmHost": "{protocol}//{hostname}{:port}",
"identityHost": "{protocol}//{hostname}{:port}/auth/admin/realms/alfresco",