Adding passport config stuff

This commit is contained in:
Berkeley Martinez
2015-06-04 10:52:12 -07:00
parent 075d851374
commit 66eff31294
12 changed files with 317 additions and 24 deletions

View File

@@ -0,0 +1,6 @@
module.exports = {
db: {
connector: 'mongodb',
url: process.env.MONGOHQ_URL
}
};