Message and Docker added

This commit is contained in:
NyxiumYuuki 2021-05-28 08:03:55 +02:00
parent 72d9179ddd
commit 6526791263
8 changed files with 1125 additions and 0 deletions

View file

@ -0,0 +1,13 @@
const config = {
mongodbDatabase: 'chat',
mongodbHost: 'mongodb://localhost:27020/',
charset: 'utf8',
mongodbLogin: '',
mongodbPassword: '',
mongodbMessages: 'messages'
};
module.exports = config;