Skip to content

Commit

Permalink
Update application.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
CihatAltiparmak authored Dec 10, 2023
1 parent 8480bb0 commit 35b3fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
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=org.postgresql.Driver
spring.datasource.driver-class-name=${EHAYVAN_SPRING_DATASOURCE_DRIVER_CLASS_NAME}

0 comments on commit 35b3fbe

Please sign in to comment.