config: локальный адрес Camunda gRPC localhost -> 192.168.60.201:26500

This commit is contained in:
Дмитрий Соловьев
2026-06-15 10:25:15 +03:00
parent 3ab5b8860f
commit 11416de7aa
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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