Merge branch 'origin/main' into feature/faculty-directory

This commit is contained in:
Buvan
2026-07-23 08:22:24 +05:30
58 changed files with 5310 additions and 395 deletions

View File

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

File diff suppressed because it is too large Load Diff