WIP blaze frontend

This commit is contained in:
janskiba
2024-05-28 14:14:36 +02:00
parent 68f06c0d9d
commit 667048d49f
2 changed files with 22 additions and 0 deletions

View File

@ -17,6 +17,7 @@ OIDC_REALM="${OIDC_REALM:-master}"
OIDC_URL="https://login.verbis.dkfz.de"
OIDC_ISSUER_URL="${OIDC_URL}/realms/${OIDC_REALM}"
OIDC_GROUP_CLAIM="groups"
add_private_oidc_redirect_url "/ccp-localdatamanagement"
POSTGRES_TAG=15.6-alpine