From f898adff22598a63417b3f711a188d3ba95de054 Mon Sep 17 00:00:00 2001 From: Sidharth Prabhu Date: Tue, 4 Aug 2026 14:15:35 +0530 Subject: [PATCH] Stash added --- backend/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/main/resources/application.properties b/backend/src/main/resources/application.properties index 1368f66b..8506a735 100644 --- a/backend/src/main/resources/application.properties +++ b/backend/src/main/resources/application.properties @@ -4,7 +4,7 @@ server.port=8080 # ============================================================ # DATABASE — REQUIRED environment variables -# Set these in your environment or a .env file Yup +# Set these in your environment or a .env file. # ============================================================ spring.datasource.url=jdbc:postgresql://localhost:5432/rit_cms spring.datasource.username=postgres