config: локальный адрес Camunda gRPC localhost -> 192.168.60.201:26500
This commit is contained in:
@@ -58,7 +58,7 @@ spring:
|
|||||||
camunda:
|
camunda:
|
||||||
client:
|
client:
|
||||||
enabled: ${CAMUNDA_CLIENT_ENABLED:false}
|
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:
|
auth:
|
||||||
method: none
|
method: none
|
||||||
prefer-rest-over-grpc: false
|
prefer-rest-over-grpc: false
|
||||||
|
|||||||
@@ -81,7 +81,7 @@ spring:
|
|||||||
camunda:
|
camunda:
|
||||||
client:
|
client:
|
||||||
mode: self-managed
|
mode: self-managed
|
||||||
grpc-address: ${CAMUNDA_GRPC_ADDRESS:http://localhost:26500}
|
grpc-address: ${CAMUNDA_GRPC_ADDRESS:http://192.168.60.201:26500}
|
||||||
auth:
|
auth:
|
||||||
method: none
|
method: none
|
||||||
prefer-rest-over-grpc: false
|
prefer-rest-over-grpc: false
|
||||||
|
|||||||
@@ -114,7 +114,7 @@ server:
|
|||||||
|
|
||||||
camunda:
|
camunda:
|
||||||
client:
|
client:
|
||||||
grpc-address: ${CAMUNDA_GRPC_ADDRESS:http://localhost:26500}
|
grpc-address: ${CAMUNDA_GRPC_ADDRESS:http://192.168.60.201:26500}
|
||||||
|
|
||||||
---
|
---
|
||||||
spring:
|
spring:
|
||||||
|
|||||||
Reference in New Issue
Block a user