Skip to content

Commit

Permalink
Merge pull request #10 from ADPRO-C11/staging
Browse files Browse the repository at this point in the history
Fix database connection
  • Loading branch information
sdikyarts authored May 15, 2024
2 parents 509d211 + 2f6bc77 commit 7eea3e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application-dev.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
spring.datasource.url=jdbc:postgresql://localhost:5432/subscription-admin
spring.datasource.url=jdbc:postgresql://localhost:5432/subscription-admin/
spring.datasource.username=postgres
spring.datasource.password=postgres
spring.jpa.hibernate.ddl-auto=create-drop
Expand Down

0 comments on commit 7eea3e3

Please sign in to comment.