Skip to content

Commit 228f6d0

Browse files
committed
Add prod datasource configuration
1 parent 58ea476 commit 228f6d0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
spring:
2+
datasource:
3+
url: ${SPRING_DATASOURCE_URL}
4+
username: ${SPRING_DATASOURCE_USERNAME}
5+
password: ${SPRING_DATASOURCE_PASSWORD}
6+
driver-class-name: org.postgresql.Driver
7+
8+
jpa:
9+
hibernate:
10+
ddl-auto: update
11+
properties:
12+
hibernate:
13+
format_sql: true
14+
dialect: org.hibernate.dialect.PostgreSQLDialect

0 commit comments

Comments
 (0)