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

Update app.js

parent 7ec1e6ce
No related branches found
No related tags found
No related merge requests found
Pipeline #509236 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.200/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