From c1b6d7a7cba841ee0cada30a67cfa85e8663f591 Mon Sep 17 00:00:00 2001 From: Sidharth Prabhu Date: Tue, 4 Aug 2026 14:00:46 +0530 Subject: [PATCH] Light weighted update --- 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 3b13e068..0cdc6ae5 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 +# Set these in your environment or a .env file And Thats it # ============================================================ spring.datasource.url=jdbc:postgresql://localhost:5432/rit_cms spring.datasource.username=postgres