Delete just for Khai
This commit is contained in:
parent
0533dae04a
commit
bc6aa6dd28
11 changed files with 0 additions and 2369 deletions
|
|
@ -1,15 +0,0 @@
|
|||
const config = {
|
||||
mongodbDatabase: 'chat',
|
||||
mongodbHost: 'mongodb://127.0.0.1:27021/',
|
||||
// mongodbHost: 'mongodb://127.0.0.1:27018/', //when commit
|
||||
charset: 'utf8',
|
||||
mongodbLogin: '',
|
||||
mongodbPassword: '',
|
||||
|
||||
mongodbPrivatedMessages: 'privatedMessages',
|
||||
mongodbConversations: 'conversations'
|
||||
};
|
||||
module.exports = config;
|
||||
|
||||
|
||||
|
||||
Reference in a new issue