config: адреса config-server и окружения на localhost

application.yaml/yml всех сервисов и config-repo переведены с 192.168.60.x
на localhost (дефолты CONFIG_SERVER_URI и пр.); обновлены примеры в
changeIpInCurrentFolder.sh и create_pcp_databases.sh.
This commit is contained in:
Дмитрий Соловьев
2026-06-06 00:04:09 +03:00
parent 26bd1f111d
commit b454c01c09
18 changed files with 23 additions and 23 deletions
+4 -4
View File
@@ -1,16 +1,16 @@
# TODO before merge request: вернуть старые адреса окружения.
# pcp.infra.postgres.host: 192.168.60.201
# pcp.infra.postgres.host: 192.168.60.146
pcp:
infra:
postgres:
host: 192.168.60.201
host: 192.168.60.146
port: 35400
kafka:
host: 192.168.60.201
host: 192.168.60.146
port: 19092
network:
host: 192.168.60.201
host: 192.168.60.146
ports:
config: 8888
+1 -1
View File
@@ -56,7 +56,7 @@ spring:
camunda:
client:
enabled: ${CAMUNDA_CLIENT_ENABLED:false}
grpc-address: ${CAMUNDA_GRPC_ADDRESS:http://192.168.60.201:26500}
grpc-address: ${CAMUNDA_GRPC_ADDRESS:http://192.168.60.146:26500}
auth:
method: none
prefer-rest-over-grpc: false