ventilaar
/
clim
Archived
1
Fork 0

change callback domain and add mango to dockerfile

This commit is contained in:
ventilaar 2022-04-06 12:28:24 +02:00
parent f31221caf0
commit 3b6312b596
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ class GoogleOID:
self.settings = {'client_id': '954325872153-1v466clrtgg6h4ptt2ne5pgpb9mhilr5.apps.googleusercontent.com',
'client_secret': client_secret,
'callback_uri': 'http://dnsdash.mashallah.nl:5000/login/gcp/callback',
'callback_uri': 'http://dnsgui.mashallah.nl/login/gcp/callback',
'key_server': 'https://www.googleapis.com/oauth2/v3/certs'} # global oid settings
def settings(self): # make it so that the settings variable is callable

View File

@ -14,7 +14,7 @@ class GoogleOID:
self.settings = {'client_id': '954325872153-1v466clrtgg6h4ptt2ne5pgpb9mhilr5.apps.googleusercontent.com',
'client_secret': client_secret,
'callback_uri': 'http://dnsdash.mashallah.nl:5000/login/gcp/callback',
'callback_uri': 'http://dnsgui.mashallah.nl/login/gcp/callback',
'key_server': 'https://www.googleapis.com/oauth2/v3/certs'} # global oid settings
def settings(self): # make it so that the settings variable is callable