edd995f
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
var path = require('path') , rootPath = path.normalize(__dirname + '/..'); module.exports = { development: { db: 'mongodb://localhost/test', root: rootPath, app: { name: 'Divid' } } }