We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d71e43a commit 7b91eacCopy full SHA for 7b91eac
src/main/resources/application-prod.yml
@@ -1,3 +1,8 @@
1
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}
7
devtools:
8
add-properties: false
0 commit comments