UNPKG

compound

Version:

CompoundJS - MVC framework for NodeJS

15 lines (14 loc) 342 B
module.exports = { development: { driver: 'mongodb', url: 'mongodb://localhost/APPNAME-dev' }, test: { driver: 'mongodb', url: 'mongodb://localhost/APPNAME-test' }, production: { driver: 'mongodb', url: 'mongodb://localhost/APPNAME-production' } };