Skip to content

Commit

Permalink
Fix database connection
Browse files Browse the repository at this point in the history
  • Loading branch information
sdikyarts committed May 15, 2024
1 parent 2f6bc77 commit d47259f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application-prod.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
spring.datasource.url=jdbc:postgresql://aws-0-ap-southeast-1.pooler.supabase.com:543user=postgres.thnfvhxtvcbfxndlxdze&password=YouMakeStrayKidsStay
spring.datasource.url=jdbc:postgresql://aws-0-ap-southeast-1.pooler.supabase.com:543?user=postgres.thnfvhxtvcbfxndlxdze&password=YouMakeStrayKidsStay
spring.datasource.username=postgres.thnfvhxtvcbfxndlxdze
spring.datasource.password=YouMakeStrayKidsStay
spring.jpa.hibernate.ddl-auto=update
Expand Down

0 comments on commit d47259f

Please sign in to comment.