Skip to content

Commit

Permalink
Use the new reverse proxy config format
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverhaagh committed Oct 8, 2024
1 parent bccdb16 commit eb76420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV KC_DB=postgres
ENV KC_DB_URL=jdbc:postgresql://localhost/keycloak
ENV KC_DB_USERNAME=keycloak
ENV KC_DB_PASSWORD=password
ENV KC_PROXY=edge
ENV KC_PROXY_HEADERS=xforwarded
ENV KC_SPI_EVENTS_LISTENER_MCP_EVENT_LISTENER_SERVER_ROOT=https://localhost
ENV KC_SPI_EVENTS_LISTENER_MCP_EVENT_LISTENER_KEYSTORE_PATH=/mc-eventprovider-conf/idbroker-updater.jks
ENV KC_SPI_EVENTS_LISTENER_MCP_EVENT_LISTENER_KEYSTORE_PASSWORD=changeit
Expand Down

0 comments on commit eb76420

Please sign in to comment.