Skip to content

Commit

Permalink
OpenConceptLab/ocl_issues#1338 | Keycloak env var default values
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Aug 31, 2022
1 parent 4df2191 commit b06e0e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Expand Up @@ -19,7 +19,7 @@ services:
- ERRBIT_URL
- ERRBIT_KEY
- HOTJAR_ID
- LOGIN_REDIRECT_URL=${LOGIN_REDIRECT_URL=http://127.0.0.1:4000}
- OIDC_SERVER_URL
- OIDC_RP_CLIENT_ID
- OIDC_REALM
- LOGIN_REDIRECT_URL=${LOGIN_REDIRECT_URL-http://localhost:4000}
- OIDC_SERVER_URL=${OIDC_SERVER_URL-http://localhost:8080}
- OIDC_RP_CLIENT_ID=${OIDC_RP_CLIENT_ID-ocllocal}
- OIDC_REALM=${OIDC_REALM-ocl}

0 comments on commit b06e0e0

Please sign in to comment.