5 lines
75 B
JavaScript
5 lines
75 B
JavaScript
// DB.js
|
|
|
|
module.exports = {
|
|
DB: 'mongodb://localhost:27017/mevncrud'
|
|
} |