From ce3de4b665d61aa11db193584a618d2c23009065 Mon Sep 17 00:00:00 2001
From: M9713 <m9713@student.jamk.fi>
Date: Mon, 31 Jan 2022 19:54:12 +0200
Subject: [PATCH] Update app.js

---
 conduit-backend/app.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conduit-backend/app.js b/conduit-backend/app.js
index df98c8a..309c6ef 100644
--- a/conduit-backend/app.js
+++ b/conduit-backend/app.js
@@ -33,7 +33,7 @@ if (!isProduction) {
 if(isProduction){
   mongoose.connect(process.env.MONGODB_URI);
 } else {
-  mongoose.connect('mongodb://10.152.183.51/conduit');
+  mongoose.connect('mongodb://10.152.183.50/conduit');
   mongoose.set('debug', true);
 }
 
-- 
GitLab