Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
Merge b5aa0c3 into 0d0b859
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyJ1994 committed Aug 29, 2017
2 parents 0d0b859 + b5aa0c3 commit f33a7f3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions demo/server/config-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
"adminRole": "admin",
"userRole": "user"
},
"keycloakConfigExample" : {
"realm": "raincatcher",
"bearer-only": true,
"auth-server-url": "http://localhost:8080/auth",
"ssl-required": "external",
"resource": "raincatcher-cloud",
"use-resource-role-mappings": true
},
"sync": {
"customDataHandlers": true
},
Expand Down

0 comments on commit f33a7f3

Please sign in to comment.