aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/config/config.js
blob: 8312ddcfd41f0ed4adc26f8523412971e9938e64 (plain) (blame)
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'
        }
    }
}