БД для complex-missions dev

This commit is contained in:
emelianov
2026-05-29 14:45:24 +03:00
parent 41c3539b17
commit 2d100fdd54
3 changed files with 19 additions and 4 deletions
+3 -3
View File
@@ -96,9 +96,9 @@ spring:
on-profile: dev
datasource:
driver-class-name: org.postgresql.Driver
url: jdbc:postgresql://${pcp.infra.postgres.host}:${pcp.infra.postgres.port}/pcp_satellites
username: postgres
password: password
url: "${SPRING_DATASOURCE_URL}"
username: "${SPRING_DATASOURCE_USERNAME}"
password: "${SPRING_DATASOURCE_PASSWORD}"
jpa:
hibernate:
ddl-auto: validate