Skip to content

Commit

Permalink
Use adams for oauth
Browse files Browse the repository at this point in the history
  • Loading branch information
rien committed Feb 18, 2017
1 parent ccd227a commit b951230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/zeuswpi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Zeuswpi < OmniAuth::Strategies::OAuth2
# This is where you pass the options you would pass when
# initializing your consumer from the OAuth gem.
option :client_options, {
site: 'https://kelder.zeus.ugent.be',
site: 'https://adams.ugent.be',
authorize_url: '/oauth/oauth2/authorize/',
token_url: '/oauth/oauth2/token/',
}
Expand Down

0 comments on commit b951230

Please sign in to comment.