chore(git): merge feature/bus-routes into main

This commit is contained in:
Amudieshwar A G
2026-07-23 14:23:10 +05:30
6 changed files with 215 additions and 220 deletions

View File

@@ -1,7 +1,11 @@
# ─── DATABASE CONNECTION CONFIGURATION ───
spring.datasource.url=jdbc:postgresql://localhost:5432/rit_freshers_hub?sslmode=disable
spring.datasource.username=postgres
spring.datasource.password=${DB_PASSWORD:murugan06}
<<<<<<< Updated upstream
spring.datasource.password=your_local_postgres_password_here
=======
spring.datasource.password=${DB_PASSWORD:Amudiesh22@.}
>>>>>>> Stashed changes
# ─── JPA / HIBERNATE SETTINGS ───
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect