diff options
author | Andrea Lepori <alepori@student.ethz.ch> | 2022-01-03 11:20:22 +0100 |
---|---|---|
committer | Andrea Lepori <alepori@student.ethz.ch> | 2022-01-03 11:20:41 +0100 |
commit | 329fbce8ad022df8cee47f105ec9f44a6ca27f11 (patch) | |
tree | 69d1003207b45b674b93957ac7b0e6c84133252b /manager | |
parent | fix tabs in user settings (diff) | |
download | scout-subs-329fbce8ad022df8cee47f105ec9f44a6ca27f11.tar.gz scout-subs-329fbce8ad022df8cee47f105ec9f44a6ca27f11.zip |
sync data from hitobito
Diffstat (limited to 'manager')
-rw-r--r-- | manager/settings.py | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/manager/settings.py b/manager/settings.py index b922de7..904600b 100644 --- a/manager/settings.py +++ b/manager/settings.py @@ -57,7 +57,6 @@ INSTALLED_APPS = [ 'django.contrib.sessions', 'django.contrib.messages', 'django.contrib.staticfiles', - "django_extensions", ] MIDDLEWARE = [ @@ -72,14 +71,14 @@ MIDDLEWARE = [ AUTHLIB_OAUTH_CLIENTS = { 'hitobito': { - 'client_id': 'uZOLGZDioF0FBm5FlkSYkiCJ0nsNErZmLgCDMbWiHYY', - 'client_secret': '-Vv4El7-UmiSoET_tvgqeNnJzrSN_76b9I_zKFZFKpo', - 'access_token_url': 'https://demo.hitobito.com/oauth/token', + 'client_id': 't5yYztJorDVXRE7PgPy7AttzarwTFW8faPrm56wsbSg', + 'client_secret': 'hgpsKjMGymVsi-dAeOFMWv2V2IpIbdILZJ1SIOT5cSA', + 'access_token_url': 'https://pbs.puzzle.ch/oauth/token', 'access_token_params': None, 'refresh_token_url': None, - 'authorize_url': 'https://demo.hitobito.com/oauth/authorize', + 'authorize_url': 'https://pbs.puzzle.ch/oauth/authorize', 'authorize_params': None, - 'api_url': "https://demo.hitobito.com/oauth/profile", + 'api_url': "https://pbs.puzzle.ch/oauth/profile", 'client_kwargs': {"grant_type": "authorization_code", "scope": "with_roles"}, } } |