Skip to content

Commit

Permalink
Fix Database Information Problem
Browse files Browse the repository at this point in the history
  • Loading branch information
CihatAltiparmak authored Dec 10, 2023
1 parent 059fe04 commit cf70c2c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
spring.datasource.url=localhost
spring.datasource.username=****
spring.datasource.password=****
spring.datasource.driver-class-name=org.postgresql.Driver
spring.datasource.url=${EHAYVAN_SPRING_DATASOURCE_URL}
spring.datasource.username=${EHAYVAN_SPRING_DATASOURCE_USERNAME}
spring.datasource.password=${EHAYVAN_SPRING_DATASOURCE_PASSWORD}
spring.datasource.driver-class-name=${EHAYVAN_SPRING_DATASOURCE_DRIVER_CLASS_NAME}

0 comments on commit cf70c2c

Please sign in to comment.