om/mongodb.config.js.example

4 lines
63 B
Plaintext
Raw Normal View History

2019-02-01 14:06:44 +01:00
module.exports = {
url: 'mongodb://localhost:27017/mydb'
}