This commit is contained in:
Дмитрий Соловьев
2026-05-29 13:35:32 +03:00
parent 3dce0aec0d
commit e7c2060e2e
40 changed files with 371 additions and 80 deletions
@@ -7,7 +7,7 @@ spring:
import: "configserver:"
cloud:
config:
uri: ${CONFIG_SERVER_URI:http://localhost:8888}
uri: ${CONFIG_SERVER_URI:http://192.168.60.201:8888}
fail-fast: ${CONFIG_SERVER_FAIL_FAST:true}
profile: ${SPRING_CLOUD_CONFIG_PROFILE:${SPRING_PROFILES_ACTIVE:${spring.profiles.default}}}
label: ${SPRING_CLOUD_CONFIG_LABEL:dev}
@@ -8,7 +8,7 @@ spring:
jackson:
default-property-inclusion: non_null
kafka:
bootstrap-servers: 192.168.60.68:29092
bootstrap-servers: 192.168.1.8: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.60.68:5432/pcp_ballistics
url: jdbc:postgresql://192.168.1.8:5432/pcp_ballistics
username: postgres
password: password
jpa:
@@ -63,7 +63,7 @@ management:
settings:
calculation-interval: 28
ic-service: http://192.168.60.68:9080
ic-service: http://192.168.1.8:9080
server:
port: 7003