Skip to content

Commit 7b91eac

Browse files
committed
chore: change prod config
1 parent d71e43a commit 7b91eac

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
spring:
2+
datasource:
3+
driver-class-name: org.postgresql.Driver
4+
password: ${DB_PASSWORD:backend}
5+
url: jdbc:postgresql://${DB_HOST:localhost}/${DB_NAME:backend-db}
6+
username: ${DB_USERNAME:backend}
27
devtools:
38
add-properties: false

0 commit comments

Comments
 (0)