Use adams for oauth

This commit is contained in:
Rien Maertens 2017-02-18 19:06:14 +01:00
parent 4527972cd8
commit eb541fc668
No known key found for this signature in database
GPG key ID: 943CAB70C511D23C

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/",
}