Skip to content

Commit

Permalink
Update app.config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcanonieto authored May 15, 2019
1 parent d3dfbf5 commit 71b8a11
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"$schema": "../node_modules/@alfresco/adf-core/app.config.schema.json",
"ecmHost": "{protocol}//{hostname}{:port}",
"bpmHost": "http://activiti-cloud-gateway.jx-staging.35.228.195.195.nip.io",
"identityHost": "http://activiti-keycloak.jx-staging.35.228.195.195.nip.io/auth/admin/realms/activiti",
"bpmHost": "{protocol}//{hostname}{:port}",
"identityHost": "{protocol}//{hostname}{:port}/auth/admin/realms/activiti",
"providers": "BPM",
"application": {
"name": "Alfresco ADF Application"
},
"authType": "OAUTH",
"oauth2": {
"host": "http://activiti-keycloak.jx-staging.35.228.195.195.nip.io/auth/realms/activiti",
"host": "{protocol}//{hostname}{:port}/auth/realms/activiti",
"clientId": "activiti",
"scope": "openid",
"secret": "",
Expand Down

0 comments on commit 71b8a11

Please sign in to comment.