Use adams for oauth

This commit is contained in:
Rien Maertens 2017-02-18 19:04:38 +01:00
parent ccd227a8ba
commit b951230fa5
No known key found for this signature in database
GPG Key ID: 943CAB70C511D23C
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ module OmniAuth
# 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/',
}