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

Merge branch 'master' into 'astronauth'

pulling change in master into astronauth branch

See merge request !277
parents 68196aa8 845c0e3c
Branches
No related tags found
2 merge requests!278Astronauth,!277pulling change in master into astronauth branch
Pipeline #43760 passed
......@@ -37,4 +37,10 @@ DATABASES = {
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']
}
}
......@@ -34,7 +34,7 @@
{% include 'taskdatabase/pagination.html' %}
</div>
</div>
<p class="footer"> Version 6 Februari 2023 - 14:00
<p class="footer"> Version 7 Februari 2023
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment