Skip to content
Snippets Groups Projects
Commit b09f7da0 authored by Nico Vermaas's avatar Nico Vermaas
Browse files

remove a setting

parent 42e2229f
No related branches found
No related tags found
1 merge request!279Master
Pipeline #43766 passed
...@@ -36,11 +36,3 @@ DATABASES = { ...@@ -36,11 +36,3 @@ DATABASES = {
# https://docs.djangoproject.com/en/1.10/ref/settings/#auth-password-validators # https://docs.djangoproject.com/en/1.10/ref/settings/#auth-password-validators
AUTH_PASSWORD_VALIDATORS = [] AUTH_PASSWORD_VALIDATORS = []
SOCIALACCOUNT_PROVIDERS = {
'keycloak': {
'KEYCLOAK_URL': 'https://keycloak.astron.nl/auth', # replace by https://keycloak.astron.nl/auth for production
'KEYCLOAK_REALM': 'SDC', # change this depending on which realm to use
'SCOPE': ['openid', 'profile', 'email']
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment