Skip to content

Commit

Permalink
fix version and disable cert verification in console.
Browse files Browse the repository at this point in the history
  • Loading branch information
drizzentic committed May 20, 2024
1 parent 5be40a2 commit 1cac0f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
projectName: platform
image: jembi/platform:3.0.0-beta
image: jembi/platform:latest
logPath: /tmp/logs

packages:
Expand Down
2 changes: 2 additions & 0 deletions interoperability-layer-openhim/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ services:
KC_REALM_NAME: ${KC_REALM_NAME}
KC_FRONTEND_URL: ${KC_FRONTEND_URL}
OPENHIM_CONSOLE_SHOW_LOGIN: ${OPENHIM_CONSOLE_SHOW_LOGIN}
REACT_APP_OPENHIM_API_BASE_URL: ${OPENHIM_API_BASE_URL}
NODE_TLS_REJECT_UNAUTHORIZED: 0
networks:
reverse-proxy:
keycloak:
Expand Down

0 comments on commit 1cac0f7

Please sign in to comment.