change name of db in redis to scrumblr

This commit is contained in:
ali asaria 2011-03-14 00:11:23 -04:00
parent 2f0e90a418
commit 432e357e1e

View file

@ -8,6 +8,6 @@
exports.database = {
type: 'redis',
prefix: '#scrumscrum#'
prefix: '#scrumblr#'
};