memo/config.js

14 lines
171 B
JavaScript
Raw Normal View History

/*exports.database = {
type: 'mongodb',
hostname: 'localhost',
port: 27017,
database: 'scrumblr'
};
*/
exports.database = {
type: 'redis',
2011-03-14 00:11:23 -04:00
prefix: '#scrumblr#'
};