aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/config/config.js
blob: 1eaffa1096f66c0301e4a76c9664e4c66cf41839 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                 




                                                                  




         
var path = require('path')
  , rootPath = path.normalize(__dirname + '/..');


module.exports = {
    development: {
        db: 'mongodb://localhost/test',
        root: rootPath,
        app: {
            name: 'Divid'
        },
        facebook: {
            clientID: "504825706245603",
            clientSecret: "e5ea0faed85d8749cafd38732530ef35",
            callbackURL: "https://divid.no/auth/facebook/callback"
        }
    }
}