diff --git a/config-repo/application-local.yaml b/config-repo/application-local.yaml
index 5fc6b17..ccd2cc3 100644
--- a/config-repo/application-local.yaml
+++ b/config-repo/application-local.yaml
@@ -3,10 +3,8 @@
pcp:
infra:
postgres:
-# host: ${PCP_POSTGRES_HOST:localhost}
-# port: ${PCP_POSTGRES_PORT:5432}
- host: ${PCP_POSTGRES_HOST:192.168.100.160}
- port: ${PCP_POSTGRES_PORT:35400}
+ host: ${PCP_POSTGRES_HOST:localhost}
+ port: ${PCP_POSTGRES_PORT:5432}
kafka:
host: ${PCP_KAFKA_HOST:localhost}
port: ${PCP_KAFKA_PORT:29092}
diff --git a/config-repo/pcp-mission-planing-service.yaml b/config-repo/pcp-mission-planing-service.yaml
index b4e3866..935d86b 100644
--- a/config-repo/pcp-mission-planing-service.yaml
+++ b/config-repo/pcp-mission-planing-service.yaml
@@ -75,7 +75,7 @@ spring:
camunda:
client:
mode: self-managed
- grpc-address: ${CAMUNDA_GRPC_ADDRESS:http://192.168.60.201:26500}
+ grpc-address: ${CAMUNDA_GRPC_ADDRESS:http://localhost: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 c462796..6c3cc58 100644
--- a/config-repo/pcp-tgu-service.yaml
+++ b/config-repo/pcp-tgu-service.yaml
@@ -94,7 +94,7 @@ server:
camunda:
client:
- grpc-address: ${CAMUNDA_GRPC_ADDRESS:http://192.168.60.201:26500}
+ grpc-address: ${CAMUNDA_GRPC_ADDRESS:http://localhost:26500}
---
spring:
diff --git a/services/pcp-tgu-ops-ui/src/features/tgu-map-2d/Tgu2DMapView.tsx b/services/pcp-tgu-ops-ui/src/features/tgu-map-2d/Tgu2DMapView.tsx
index 37096a0..b9908e8 100644
--- a/services/pcp-tgu-ops-ui/src/features/tgu-map-2d/Tgu2DMapView.tsx
+++ b/services/pcp-tgu-ops-ui/src/features/tgu-map-2d/Tgu2DMapView.tsx
@@ -296,16 +296,25 @@ export function Tgu2DMapView({
>