БД для ballistics dev

This commit is contained in:
emelianov
2026-05-29 14:07:15 +03:00
parent 3fd702ca47
commit a6f179550c
3 changed files with 41 additions and 109 deletions
+6 -3
View File
@@ -49,9 +49,12 @@ spring:
default-topic: pcp.tle
datasource:
driver-class-name: org.postgresql.Driver
url: jdbc:postgresql://${pcp.infra.postgres.host}:${pcp.infra.postgres.port}/pcp_ballistics
username: postgres
password: password
url: "${SPRING_DATASOURCE_URL}"
username: "${SPRING_DATASOURCE_USERNAME}"
password: "${SPRING_DATASOURCE_PASSWORD}"
# url: jdbc:postgresql://${pcp.infra.postgres.host}:${pcp.infra.postgres.port}/pcp_ballistics
# username: postgres
# password: password
jpa:
hibernate:
ddl-auto: validate