Skip to content

Commit

Permalink
remove replset. fixes madhums#150
Browse files Browse the repository at this point in the history
  • Loading branch information
madhums committed Dec 26, 2015
1 parent 75ce1aa commit 581c6a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/env/development.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if (fs.existsSync(envFile)) {
*/

module.exports = {
db: 'mongodb://localhost/noobjs_dev?replicaSet=rs0',
db: 'mongodb://localhost/noobjs_dev',
facebook: {
clientID: process.env.FACEBOOK_CLIENTID,
clientSecret: process.env.FACEBOOK_SECRET,
Expand Down

0 comments on commit 581c6a8

Please sign in to comment.