From 603a2010e58c5a9b72067f27dcba6fbd0192b4dd Mon Sep 17 00:00:00 2001 From: Kalu David Date: Fri, 13 Dec 2024 19:42:35 +0100 Subject: [PATCH] new push --- .gitignore | 1 + .vscode/settings.json | 4 ++-- config/.env | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3c3629e..1dcef2d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ node_modules +.env \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index 7fa64d5..cb21727 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,4 @@ { - "editor.fontSize": 38, - "terminal.integrated.fontSize": 60 + "editor.fontSize": 16, + "terminal.integrated.fontSize": 16 } \ No newline at end of file diff --git a/config/.env b/config/.env index 4c70e77..abdd819 100644 --- a/config/.env +++ b/config/.env @@ -1,2 +1,2 @@ PORT = 2121 -DB_STRING = mongodb+srv://demo:demo@cluster0.nfzrd.mongodb.net/todolist?retryWrites=true&w=majority +DB_STRING = mongodb+srv://kaludavid411:Chooseme9@cluster0.xaxdq.mongodb.net/?retryWrites=true&w=majority&appName=Cluster0