From 6928915862867a33bcd7688f09b596cb7f00ae25 Mon Sep 17 00:00:00 2001 From: Hema S Date: Fri, 6 Feb 2026 23:02:33 +0530 Subject: [PATCH] Update CommBank connection string in Secrets.json --- CommBank-Server/Secrets.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CommBank-Server/Secrets.json b/CommBank-Server/Secrets.json index 0e5bf94..a7834a9 100644 --- a/CommBank-Server/Secrets.json +++ b/CommBank-Server/Secrets.json @@ -1,5 +1,5 @@ { "ConnectionStrings": { - "CommBank": "{CONNECTION_STRING}" + "CommBank": "mongodb+srv://database:@cluster0.uv10iwn.mongodb.net/?appName=Cluster0" } -} \ No newline at end of file +}