Message and Docker added
This commit is contained in:
parent
72d9179ddd
commit
6526791263
8 changed files with 1125 additions and 0 deletions
13
backend/service-message/config.js
Normal file
13
backend/service-message/config.js
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
const config = {
|
||||
mongodbDatabase: 'chat',
|
||||
mongodbHost: 'mongodb://localhost:27020/',
|
||||
charset: 'utf8',
|
||||
mongodbLogin: '',
|
||||
mongodbPassword: '',
|
||||
|
||||
mongodbMessages: 'messages'
|
||||
};
|
||||
module.exports = config;
|
||||
|
||||
|
||||
|
||||
Reference in a new issue