From e87d26c16435f4ed2a12f5c925793e40f2e7af71 Mon Sep 17 00:00:00 2001
From: Mahesh Maney R <mahesh-maney@users.noreply.github.com>
Date: Thu, 14 Sep 2023 18:18:07 +0530
Subject: [PATCH] reverting DB <ManeyMR>.

---
 src/main/resources/application.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index 726da40..2208e44 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -21,7 +21,7 @@ sunbirdRC.keycloak.adminToken.password =admin
 registration_payment_Gateway_EndPoint =https://registration.uphrh.in/payment-response
 affiliation_payment_Gateway_EndPoint =https://applicant.upsmfac.org/payment-response
 
-spring.datasource.url=jdbc:postgresql://localhost:5432/registry
+spring.datasource.url=jdbc:postgresql://localhost:5432/frac_tool
 spring.datasource.username=postgres
 spring.datasource.password=password
 spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect
-- 
GitLab