Skip to content

Commit

Permalink
changed mongodb pw
Browse files Browse the repository at this point in the history
  • Loading branch information
ryangrunest committed May 29, 2019
1 parent f480245 commit 58a7d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ app.use(express.json());
// Make public a static folder
app.use(express.static("public"));

const MONGODB_URI = process.env.MONGODB_URI || 'mongodb://localhost/craigscraper'
const MONGODB_URI = 'mongodb://ryangrunest:cheese1@ds263146.mlab.com:63146/heroku_zl83lxrc';

// Connect to the Mongo DB
mongoose.connect(MONGODB_URI, { useNewUrlParser: true });
Expand Down

0 comments on commit 58a7d24

Please sign in to comment.