From 45338dea794b2cefdf47aa9253fd9f83fc5adfe7 Mon Sep 17 00:00:00 2001
From: M9713 <m9713@student.jamk.fi>
Date: Tue, 25 Jan 2022 19:46:51 +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 7435933..5c7b659 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.200/conduit');
+  mongoose.connect('mongodb://10.152.183.148/conduit');
   mongoose.set('debug', true);
 }
 
-- 
GitLab