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

Update app.js

parent 364fb9c6
No related branches found
No related tags found
No related merge requests found
Pipeline #469219 passed
......@@ -33,7 +33,7 @@ if (!isProduction) {
if(isProduction){
mongoose.connect(process.env.MONGODB_URI);
} else {
mongoose.connect('mongodb://localhost/conduit');
mongoose.connect('mongodb://10.152.183.92/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