Skip to content
Snippets Groups Projects
Commit 7036f4e6 authored by M9713's avatar M9713
Browse files

Update app.js

parent 03165648
No related branches found
No related tags found
No related merge requests found
Pipeline #551915 passed
......@@ -35,7 +35,8 @@ if(isProduction){
} else {
// IP 10.152.183.50 configured in mongo service config
mongoose.connect('mongodb://10.152.183.50/conduit');
mongoose.connect(process.env.MONGODB_URI);
// mongoose.connect('mongodb://10.152.183.50/conduit');
mongoose.set('debug', true);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment