brainlet/config.js
2020-10-05 20:36:03 +03:00

14 lines
No EOL
286 B
JavaScript
Executable file

module.exports = {
ports: {
mainServerPort: 25,
},
address: '188.25.251.46',
mongoUrl: 'mongodb://localhost:27017/app',
bcryptRounds: 10,
roleMap: {
'BANNED': 0,
'RESTRICTED': 1,
'USER': 2,
'ADMIN': 3
}
};