Skip to content

Commit

Permalink
Mongodb link changed
Browse files Browse the repository at this point in the history
  • Loading branch information
SparshaSaha committed Dec 12, 2017
1 parent 192e352 commit f64e88a
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 @@ -6,7 +6,7 @@ const mongoose = require("mongoose");

//'mongodb://127.0.0.1:27017/Confessionsdatabase'

var db = mongoose.connection.openUri('mongodb://127.0.0.1:27017/Confessionsdatabase');
var db = mongoose.connection.openUri('mongodb://heroku_f0sjv5j4:[email protected]:61793/heroku_f0sjv5j4');


mongoose.connection.once('connected',function(){
Expand Down

0 comments on commit f64e88a

Please sign in to comment.