This commit is contained in:
vladp
2026-03-30 21:43:09 +07:00
commit b5951c3e46
15 changed files with 590 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
spring:
datasource:
url: jdbc:postgresql://${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB}
username: ${POSTGRES_USER}
password: ${POSTGRES_PASSWORD}
jpa:
hibernate:
ddl-auto: validate
server:
port: 8080