zgo/backend/config/db.js

4 lines
61 B
JavaScript
Raw Normal View History

2021-10-15 19:14:49 +00:00
module.exports = {
url : 'mongodb://localhost:27017/test'
}