fix json file

This commit is contained in:
Bill Burke 2014-07-07 18:51:38 -04:00
parent 0758d89a59
commit 48a0e564b9

View file

@ -20,11 +20,12 @@
"email" : "test-user@localhost",
"credentials" : [
{ "type" : "password",
"value" : "password" }
"value" : "password" }
],
"realmRoles": [ "test-user@localhost" ],
"realmRoles": ["user"],
"applicationRoles": {
"test-app": ["customer-user"]
"test-app": [ "customer-user" ],
"account": [ "view-profile", "manage-account" ]
}
}
],
@ -58,7 +59,7 @@
],
"adminUrl": "http://localhost:8081/app/logout",
"secret": "password"
}
}
],
"roles" : {
"realm" : [