moved redis to it's own file, added a config

This commit is contained in:
David Dunlop 2011-03-12 19:30:22 -05:00
parent afe96eeec1
commit bdd989ba7e
6 changed files with 452 additions and 417 deletions

13
config.js Normal file
View file

@ -0,0 +1,13 @@
exports.database = {
type: 'mongodb',
hostname: 'localhost',
port: 27017,
database: 'scrumblr'
};
/*
exports.database = {
type: 'redis',
prefix = '#scrumscrum#'
};
*/