diff --git a/config-repo/application-docker-local.yaml b/config-repo/application-docker-local.yaml index d52924f..838c0d0 100644 --- a/config-repo/application-docker-local.yaml +++ b/config-repo/application-docker-local.yaml @@ -58,7 +58,7 @@ spring: camunda: client: enabled: ${CAMUNDA_CLIENT_ENABLED:false} - grpc-address: ${CAMUNDA_GRPC_ADDRESS:http://localhost:26500} + grpc-address: ${CAMUNDA_GRPC_ADDRESS:http://192.168.60.201:26500} auth: method: none prefer-rest-over-grpc: false diff --git a/config-repo/pcp-mission-planing-service.yaml b/config-repo/pcp-mission-planing-service.yaml index 83cdccd..b73e63d 100644 --- a/config-repo/pcp-mission-planing-service.yaml +++ b/config-repo/pcp-mission-planing-service.yaml @@ -81,7 +81,7 @@ spring: camunda: client: mode: self-managed - grpc-address: ${CAMUNDA_GRPC_ADDRESS:http://localhost:26500} + grpc-address: ${CAMUNDA_GRPC_ADDRESS:http://192.168.60.201:26500} auth: method: none prefer-rest-over-grpc: false diff --git a/config-repo/pcp-tgu-service.yaml b/config-repo/pcp-tgu-service.yaml index 0773e74..486af2e 100644 --- a/config-repo/pcp-tgu-service.yaml +++ b/config-repo/pcp-tgu-service.yaml @@ -114,7 +114,7 @@ server: camunda: client: - grpc-address: ${CAMUNDA_GRPC_ADDRESS:http://localhost:26500} + grpc-address: ${CAMUNDA_GRPC_ADDRESS:http://192.168.60.201:26500} --- spring: