From a1109be64ba51fc5c7f6b952129f5206f3debff9 Mon Sep 17 00:00:00 2001 From: Stian Lyng <stianlyng@protonmail.com> Date: Wed, 19 Apr 2023 10:02:23 +0200 Subject: [PATCH] bugfix: change url and driver --- src/main/resources/application.properties | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index bb3cf470..ba7e37ce 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,9 +1,8 @@ # Database connection settings -spring.datasource.url=jdbc:postgres://smartmat_user:Eyhs1OJxyZC56NQCrV7yAolEk9AkLAsC@dpg-cgv5710dh87i4q0fd1b0-a.frankfurt-postgres.render.com/smartmat +spring.datasource.url=jdbc:postgresql://frankfurt-postgres.render.com:5432/smartmat spring.datasource.username=smartmat_user spring.datasource.password=Eyhs1OJxyZC56NQCrV7yAolEk9AkLAsC -spring.datasource.driver-class-name=org.postgresql.Driver # jpa settings spring.jpa.show-sql=true -- GitLab