express-api-example/config/database.js

5 lines
85 B
JavaScript
Raw Normal View History

2018-11-12 17:19:22 +00:00
module.exports = {
2018-11-13 17:49:14 +00:00
secret: 'admin',
database: 'mongodb://localhost/mooc-api',
2018-11-12 17:19:22 +00:00
};