Skip to content

Commit

Permalink
config added
Browse files Browse the repository at this point in the history
  • Loading branch information
truepattern committed Apr 22, 2012
1 parent 6206b68 commit 23cc35f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/settings.js
Expand Up @@ -27,7 +27,7 @@ config.authentication.enabled= false;

// db related settings
config.db = {};
config.db.url = 'mongodb://localhost:27017/smartkid';
config.db.url = 'mongodb://localhost:27017/todos';

// export the config
module.exports = config;

0 comments on commit 23cc35f

Please sign in to comment.