moved redis to it's own file, added a config
This commit is contained in:
parent
afe96eeec1
commit
bdd989ba7e
6 changed files with 452 additions and 417 deletions
13
config.js
Normal file
13
config.js
Normal file
|
@ -0,0 +1,13 @@
|
|||
exports.database = {
|
||||
type: 'mongodb',
|
||||
hostname: 'localhost',
|
||||
port: 27017,
|
||||
database: 'scrumblr'
|
||||
};
|
||||
|
||||
/*
|
||||
exports.database = {
|
||||
type: 'redis',
|
||||
prefix = '#scrumscrum#'
|
||||
};
|
||||
*/
|
Loading…
Add table
Add a link
Reference in a new issue