mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3156] App config default ALL (BPM and ECM) provider (#3460)
* Use as default provider ALL (BPM and ECM) * Default host OAUTH
This commit is contained in:
committed by
Denys Vuika
parent
c7dd8da46b
commit
5485431202
@@ -2,10 +2,11 @@
|
||||
"$schema": "../../lib/core/app-config/schema.json",
|
||||
"ecmHost": "http://{hostname}:{port}",
|
||||
"bpmHost": "http://{hostname}:{port}",
|
||||
"providers": "OAUTH",
|
||||
"loginRoute": "login",
|
||||
"providers": "ALL",
|
||||
"contextRootBpm": "activiti-app",
|
||||
"oauth2": {
|
||||
"host": "YOUR_AUTH_SERVER",
|
||||
"host": "http://localhost:30081/auth/realms/myrealm",
|
||||
"clientId": "activiti",
|
||||
"scope": "openid",
|
||||
"secret": "",
|
||||
|
Reference in New Issue
Block a user