From 2bf455f53f574f23800c225fa038dee5b4a4b858 Mon Sep 17 00:00:00 2001 From: Sidharth Prabhu Date: Tue, 4 Aug 2026 14:14:50 +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 0cdc6ae5..1368f66b 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 And Thats it +# Set these in your environment or a .env file Yup # ============================================================ spring.datasource.url=jdbc:postgresql://localhost:5432/rit_cms spring.datasource.username=postgres