БД для stations dev

This commit is contained in:
emelianov
2026-05-29 15:47:49 +03:00
parent 651c85d64c
commit 24af140213
2 changed files with 15 additions and 3 deletions
+3 -3
View File
@@ -68,9 +68,9 @@ spring:
on-profile: dev
datasource:
driver-class-name: org.postgresql.Driver
url: jdbc:postgresql://${pcp.infra.postgres.host}:${pcp.infra.postgres.port}/pcp_stations
username: postgres
password: password
url: "${SPRING_DATASOURCE_URL}"
username: "${SPRING_DATASOURCE_USERNAME}"
password: "${SPRING_DATASOURCE_PASSWORD}"
jpa:
hibernate:
ddl-auto: validate