UNPKG

compound-ex4

Version:

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

14 lines (13 loc) 293 B
{ "development": { "driver": "mongodb" , "url": "mongodb://localhost/APPNAME-dev" } , "test": { "driver": "mongodb" , "url": "mongodb://localhost/APPNAME-test" } , "production": { "driver": "mongodb" , "url": "mongodb://localhost/APPNAME-production" } }