From 94ac3c32ef15a46cf0738a0c1b3e6eefe2600cb3 Mon Sep 17 00:00:00 2001 From: Anbuselvan-dev Date: Thu, 23 Jul 2026 14:37:27 +0530 Subject: [PATCH] toolkit --- backend/src/main/resources/application.properties | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/backend/src/main/resources/application.properties b/backend/src/main/resources/application.properties index 9509fbc..9226ad2 100644 --- a/backend/src/main/resources/application.properties +++ b/backend/src/main/resources/application.properties @@ -1,11 +1,9 @@ # ─── DATABASE CONNECTION CONFIGURATION ─── spring.datasource.url=jdbc:postgresql://localhost:5432/rit_freshers_hub?sslmode=disable spring.datasource.username=postgres -<<<<<<< Updated upstream -spring.datasource.password=your_local_postgres_password_here -======= -spring.datasource.password=${DB_PASSWORD:Amudiesh22@.} ->>>>>>> Stashed changes + +spring.datasource.password=Anbukathir@#$2006 + # ─── JPA / HIBERNATE SETTINGS ─── spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect