diff --git a/conduit-backend/app.js b/conduit-backend/app.js
index 309c6efeaa7ce22eae5298955b158a4c0bfc5657..1859a96158b3815ec91b219ebb09d100b477cc4e 100644
--- a/conduit-backend/app.js
+++ b/conduit-backend/app.js
@@ -33,6 +33,8 @@ if (!isProduction) {
 if(isProduction){
   mongoose.connect(process.env.MONGODB_URI);
 } else {
+
+// IP 10.152.183.50 configured in mongo service config
   mongoose.connect('mongodb://10.152.183.50/conduit');
   mongoose.set('debug', true);
 }