2011-03-14 00:07:01 -04:00
|
|
|
/*exports.database = {
|
2011-03-12 19:30:22 -05:00
|
|
|
type: 'mongodb',
|
|
|
|
hostname: 'localhost',
|
|
|
|
port: 27017,
|
|
|
|
database: 'scrumblr'
|
|
|
|
};
|
2011-03-14 00:07:01 -04:00
|
|
|
*/
|
2011-03-12 19:30:22 -05:00
|
|
|
|
|
|
|
exports.database = {
|
|
|
|
type: 'redis',
|
2011-03-14 00:11:23 -04:00
|
|
|
prefix: '#scrumblr#'
|
2011-03-12 19:30:22 -05:00
|
|
|
};
|
2011-03-14 00:07:01 -04:00
|
|
|
|