From 11416de7aa76462774639d782607dfea991aa215 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9=20=D0=A1=D0=BE?= =?UTF-8?q?=D0=BB=D0=BE=D0=B2=D1=8C=D0=B5=D0=B2?= Date: Mon, 15 Jun 2026 10:25:15 +0300 Subject: [PATCH] =?UTF-8?q?config:=20=D0=BB=D0=BE=D0=BA=D0=B0=D0=BB=D1=8C?= =?UTF-8?q?=D0=BD=D1=8B=D0=B9=20=D0=B0=D0=B4=D1=80=D0=B5=D1=81=20Camunda?= =?UTF-8?q?=20gRPC=20localhost=20->=20192.168.60.201:26500?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config-repo/application-docker-local.yaml | 2 +- config-repo/pcp-mission-planing-service.yaml | 2 +- config-repo/pcp-tgu-service.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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: