Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Merge pull request #239 from Jiri-Kremser/HAWKULAR-372
Browse files Browse the repository at this point in the history
HAWKULAR-372 - adding special origins for PhantomJS browser
  • Loading branch information
jkremser committed Jun 25, 2015
2 parents 6f31ef8 + 69c904f commit dd5ad38
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"bearerOnly" : false,
"publicClient": false,
"redirectUris": ["/*", "http://localhost:2772/*"],
"webOrigins": ["http://localhost:2772"],
"webOrigins": ["http://localhost:2772", "http://localhost:8080", "http://127.0.0.1:8080", "http://localhost:9876", "http://127.0.0.1:9876"],
"secret" : "${uuid.hawkular.accounts.backend}"
},
{
Expand All @@ -106,4 +106,4 @@
}
}
]
}
}

0 comments on commit dd5ad38

Please sign in to comment.