UNPKG

compound-ex4

Version:

Compound-ex4 - MVC framework for NodeJS (ExpressJs 4 version), fork compoundjs(https://github.com/1602/compound)

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' } };