diff --git a/conduit-backend/app.js b/conduit-backend/app.js index 7435933ba300ceeff5e7cb11e66fe93e66fbef96..5c7b659e56c39d627a782ab08dcc1c9721d2cb23 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); }