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

Update app.js

parent b25886df
No related branches found
No related tags found
No related merge requests found
Pipeline #469819 passed with warnings
...@@ -33,7 +33,7 @@ if (!isProduction) { ...@@ -33,7 +33,7 @@ if (!isProduction) {
if(isProduction){ if(isProduction){
mongoose.connect(process.env.MONGODB_URI); mongoose.connect(process.env.MONGODB_URI);
} else { } else {
mongoose.connect('mongodb://10.152.183.92/conduit'); mongoose.connect('mongodb://10.152.183.33/conduit');
mongoose.set('debug', true); 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