UNPKG

compound

Version:

CompoundJS - MVC framework for NodeJS

15 lines (14 loc) 274 B
module.exports = { development: { driver: 'nano', url: 'http://localhost:5984' }, test: { driver: 'nano', url: 'http://localhost:5984' }, production: { driver: 'nano', url: 'http://localhost:5984' } };