UNPKG

compound

Version:

CompoundJS - MVC framework for NodeJS

16 lines (13 loc) 249 B
module.exports = development: driver: "redis" host: "localhost" database: 2 test: driver: "redis" host: "localhost" database: 1 production: driver: "redis" host: "localhost" database: 0