Add PCP architecture docs and TGU ops updates
Capture current PCP architecture notes, service-map prototypes, TGU operations UI/map work, local configuration updates, database helper scripts, and request/sample JSON artifacts.
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
# TODO before merge request: вернуть старые адреса окружения.
|
||||
# pcp.infra.postgres.host: 192.168.60.201
|
||||
# pcp.infra.postgres.host: 192.168.1.8
|
||||
pcp:
|
||||
infra:
|
||||
postgres:
|
||||
host: 192.168.60.201
|
||||
host: 192.168.1.8
|
||||
port: 35400
|
||||
kafka:
|
||||
host: 192.168.60.201
|
||||
host: 192.168.1.8
|
||||
port: 19092
|
||||
|
||||
network:
|
||||
host: 192.168.60.201
|
||||
host: 192.168.1.8
|
||||
|
||||
ports:
|
||||
config: 8888
|
||||
|
||||
@@ -56,7 +56,7 @@ spring:
|
||||
camunda:
|
||||
client:
|
||||
enabled: ${CAMUNDA_CLIENT_ENABLED:false}
|
||||
grpc-address: http://192.168.60.201:26500
|
||||
grpc-address: http://192.168.1.8:26500
|
||||
auth:
|
||||
method: none
|
||||
prefer-rest-over-grpc: false
|
||||
|
||||
@@ -3,16 +3,16 @@
|
||||
pcp:
|
||||
infra:
|
||||
postgres:
|
||||
host: ${PCP_POSTGRES_HOST:192.168.60.201}
|
||||
host: ${PCP_POSTGRES_HOST:192.168.1.8}
|
||||
port: ${PCP_POSTGRES_PORT:5432}
|
||||
kafka:
|
||||
host: ${PCP_KAFKA_HOST:192.168.60.201}
|
||||
host: ${PCP_KAFKA_HOST:192.168.1.8}
|
||||
port: ${PCP_KAFKA_PORT:29092}
|
||||
|
||||
|
||||
|
||||
network:
|
||||
host: ${PCP_NETWORK_HOST:192.168.60.201}
|
||||
host: ${PCP_NETWORK_HOST:192.168.1.8}
|
||||
|
||||
ports:
|
||||
config: 8888
|
||||
|
||||
@@ -75,7 +75,7 @@ spring:
|
||||
camunda:
|
||||
client:
|
||||
mode: self-managed
|
||||
grpc-address: http://192.168.60.201:26500
|
||||
grpc-address: http://192.168.1.8:26500
|
||||
auth:
|
||||
method: none
|
||||
prefer-rest-over-grpc: false
|
||||
@@ -136,7 +136,7 @@ spring:
|
||||
camunda:
|
||||
client:
|
||||
mode: self-managed
|
||||
grpc-address: http://192.168.60.201:26500
|
||||
grpc-address: http://192.168.1.8:26500
|
||||
auth:
|
||||
method: none
|
||||
prefer-rest-over-grpc: false
|
||||
|
||||
@@ -14,7 +14,7 @@ spring:
|
||||
camunda:
|
||||
client:
|
||||
mode: self-managed
|
||||
grpc-address: http://192.168.60.201:26500
|
||||
grpc-address: http://192.168.1.8:26500
|
||||
auth:
|
||||
method: none
|
||||
prefer-rest-over-grpc: false
|
||||
|
||||
Reference in New Issue
Block a user