[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:
Maurizio Vitale
2018-06-08 11:34:41 +01:00
committed by Denys Vuika
parent c7dd8da46b
commit 5485431202

View File

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