fix(config): align all infrastructure addresses with dev branch
Replace 192.168.1.8 (local dev machine) with addresses from dev branch: - Test application.yaml files: kafka/postgres → 192.168.60.68, service URLs → localhost - pcp-complex-mission main: local profile postgres host → localhost, dev profile → 192.168.100.160:35400 - config-repo/pcp-tgu-service.yaml: camunda grpc-address → camunda.k8s.265.nstart.local:30901 - CorsFilterComponent.kt: allowed origins → 192.168.60.68 - CoverageSchemeProperties.kt: service URLs → localhost - KafkaProducerConfig.kt: bootstrap servers fallback → 192.168.100.160:19092 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -8,7 +8,7 @@ spring:
|
||||
jackson:
|
||||
default-property-inclusion: non_null
|
||||
kafka:
|
||||
bootstrap-servers: 192.168.1.8:29092
|
||||
bootstrap-servers: 192.168.60.68:29092
|
||||
consumer:
|
||||
group-id: pcp-ballistics-service
|
||||
auto-offset-reset: earliest
|
||||
@@ -16,7 +16,7 @@ spring:
|
||||
default-topic: pcp.tle
|
||||
datasource:
|
||||
driver-class-name: org.postgresql.Driver
|
||||
url: jdbc:postgresql://192.168.1.8:5432/pcp_ballistics
|
||||
url: jdbc:postgresql://192.168.60.68:5432/pcp_ballistics
|
||||
username: postgres
|
||||
password: password
|
||||
jpa:
|
||||
@@ -63,7 +63,7 @@ management:
|
||||
|
||||
settings:
|
||||
calculation-interval: 28
|
||||
ic-service: http://192.168.1.8:9080
|
||||
ic-service: http://192.168.60.68:9080
|
||||
|
||||
server:
|
||||
port: 7003
|
||||
|
||||
Reference in New Issue
Block a user