Skip to content

Commit

Permalink
update host names
Browse files Browse the repository at this point in the history
  • Loading branch information
kchobantonov committed Feb 16, 2024
1 parent 0739986 commit cba0edf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-camunda-bpm-platform/keycloak/bpm-platform.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
<plugin>
<class>org.camunda.bpm.extension.keycloak.plugin.KeycloakIdentityProviderPlugin</class>
<properties>
<property name="keycloakIssuerUrl">https://keycloak.192.168.1.201.nip.io/auth/realms/master</property>
<property name="keycloakAdminUrl">https://keycloak.192.168.1.201.nip.io/auth/admin/realms/master</property>
<property name="keycloakIssuerUrl">https://keycloak.192.168.1.10.nip.io/auth/realms/master</property>
<property name="keycloakAdminUrl">https://keycloak.192.168.1.10.nip.io/auth/admin/realms/master</property>
<property name="clientId">camunda-identity-service</property>
<property name="clientSecret">SZ9aG84hHldzRKitw5t15EqSlQBW2zsR</property>
<property name="useUsernameAsCamundaUserId">true</property>
Expand Down

0 comments on commit cba0edf

Please sign in to comment.