1 parent 83482dd commit 494b436Copy full SHA for 494b436
1 file changed
backend/src/main/resources/application-prod.properties
@@ -0,0 +1,6 @@
1
+spring.datasource.url=jdbc:postgresql://db.dfefdqdyfebggggdmhyw.supabase.co:5432/postgres
2
+spring.datasource.username=postgres
3
+spring.datasource.password=postgres
4
+spring.datasource.driver-class-name=org.postgresql.Driver
5
+spring.jpa.hibernate.ddl-auto=update
6
+
0 commit comments