From d8d4396a04e52303a74cde0641b3bb6a4550d469 Mon Sep 17 00:00:00 2001 From: harish Date: Thu, 26 Sep 2024 20:01:19 +0530 Subject: [PATCH] Updated configuration --- src/main/resources/application-production.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application-production.properties b/src/main/resources/application-production.properties index af9d5e38..4860dd7e 100644 --- a/src/main/resources/application-production.properties +++ b/src/main/resources/application-production.properties @@ -1,5 +1,5 @@ # DataSource Configuration -spring.datasource.url=jdbc:postgresql://79.137.88.14:21543/gepaDb +spring.datasource.url=jdbc:postgresql://bandidb.gepafin.it:21543/gepaDb spring.datasource.username=usergepa spring.datasource.password=nRHMi7esdgHJiIm3L5ctrSJ0 spring.datasource.driver-class-name=org.postgresql.Driver