Skip to content
This repository has been archived by the owner on Oct 12, 2018. It is now read-only.

Commit

Permalink
Make oauth_id unique for dev purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiecobbett committed Jun 27, 2012
1 parent 9f9662b commit 2821c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/gds-sso.rb
@@ -1,6 +1,6 @@
GDS::SSO.config do |config|
config.user_model = "User"
config.oauth_id = 'abcdefgh12345678'
config.oauth_id = 'abcdefgh12345678pan'
config.oauth_secret = 'secret'
config.oauth_root_url = Plek.current.find("authentication")
config.basic_auth_user = 'api'
Expand Down

0 comments on commit 2821c35

Please sign in to comment.