UNPKG

compound

Version:

CompoundJS - MVC framework for NodeJS

13 lines (10 loc) 260 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"