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

Update app.js

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