private room but socketio not ready
This commit is contained in:
parent
c652958324
commit
36e6596c78
11 changed files with 5019 additions and 0 deletions
13
backend/service-privateroom/config.js
Normal file
13
backend/service-privateroom/config.js
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
const config = {
|
||||
mongodbDatabase: 'chat',
|
||||
mongodbHost: 'mongodb://127.0.0.1:27017/',
|
||||
charset: 'utf8',
|
||||
mongodbLogin: '',
|
||||
mongodbPassword: '',
|
||||
|
||||
mongodbPrivatedMessages: 'privatedMessages'
|
||||
};
|
||||
module.exports = config;
|
||||
|
||||
|
||||
|
||||
Reference in a new issue