fix redis config type and make redis default
This commit is contained in:
parent
bdd989ba7e
commit
2f0e90a418
2 changed files with 9 additions and 7 deletions
|
@ -1,13 +1,13 @@
|
|||
exports.database = {
|
||||
/*exports.database = {
|
||||
type: 'mongodb',
|
||||
hostname: 'localhost',
|
||||
port: 27017,
|
||||
database: 'scrumblr'
|
||||
};
|
||||
*/
|
||||
|
||||
/*
|
||||
exports.database = {
|
||||
type: 'redis',
|
||||
prefix = '#scrumscrum#'
|
||||
prefix: '#scrumscrum#'
|
||||
};
|
||||
*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue