Compare commits
2 Commits
f31221caf0
...
e9be4808ed
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e9be4808ed | ||
|
|
3b6312b596 |
@@ -6,5 +6,6 @@ RUN pip install --no-cache-dir -r /app/requirements.txt
|
|||||||
COPY openid.py /app/
|
COPY openid.py /app/
|
||||||
COPY dnszone.py /app/
|
COPY dnszone.py /app/
|
||||||
COPY openid.py /app/
|
COPY openid.py /app/
|
||||||
|
COPY mango.py /app
|
||||||
COPY api.py /app/
|
COPY api.py /app/
|
||||||
CMD ["python3", "/app/api.py"]
|
CMD ["python3", "/app/api.py"]
|
||||||
@@ -14,7 +14,7 @@ class GoogleOID:
|
|||||||
|
|
||||||
self.settings = {'client_id': '954325872153-1v466clrtgg6h4ptt2ne5pgpb9mhilr5.apps.googleusercontent.com',
|
self.settings = {'client_id': '954325872153-1v466clrtgg6h4ptt2ne5pgpb9mhilr5.apps.googleusercontent.com',
|
||||||
'client_secret': client_secret,
|
'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
|
'key_server': 'https://www.googleapis.com/oauth2/v3/certs'} # global oid settings
|
||||||
|
|
||||||
def settings(self): # make it so that the settings variable is callable
|
def settings(self): # make it so that the settings variable is callable
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ class GoogleOID:
|
|||||||
|
|
||||||
self.settings = {'client_id': '954325872153-1v466clrtgg6h4ptt2ne5pgpb9mhilr5.apps.googleusercontent.com',
|
self.settings = {'client_id': '954325872153-1v466clrtgg6h4ptt2ne5pgpb9mhilr5.apps.googleusercontent.com',
|
||||||
'client_secret': client_secret,
|
'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
|
'key_server': 'https://www.googleapis.com/oauth2/v3/certs'} # global oid settings
|
||||||
|
|
||||||
def settings(self): # make it so that the settings variable is callable
|
def settings(self): # make it so that the settings variable is callable
|
||||||
|
|||||||
Reference in New Issue
Block a user