Skip to content

Commit

Permalink
chore: change prod db config
Browse files Browse the repository at this point in the history
  • Loading branch information
thgosii committed Jan 28, 2024
1 parent efec944 commit d71e43a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
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 d71e43a

Please sign in to comment.