Skip to content

Commit

Permalink
chore: change prod config
Browse files Browse the repository at this point in the history
  • Loading branch information
thgosii committed Jan 28, 2024
1 parent d71e43a commit 7b91eac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
spring:
datasource:
driver-class-name: org.postgresql.Driver
password: ${DB_PASSWORD:backend}
url: jdbc:postgresql://${DB_HOST:localhost}/${DB_NAME:backend-db}
username: ${DB_USERNAME:backend}
devtools:
add-properties: false

0 comments on commit 7b91eac

Please sign in to comment.