add passport and dockerfile

This commit is contained in:
Anthony Metzidis 2017-01-26 10:50:31 -08:00
parent eb5c8eef6a
commit a29d5a3ede
2 changed files with 4 additions and 6 deletions

View File

@ -33,13 +33,9 @@
},
"storage": {
"type": "redis",
"host": "0.0.0.0",
"port": 6379,
"db": 2,
"expire": 2592000
"type": "file",
"path": "./data"
},
"documents": {
"about": "./about.md"
}

View File

@ -27,6 +27,8 @@
},
"devDependencies": {
"mocha": "*",
"passport": "^0.3.2",
"passport-google-oauth20": "^1.0.0",
"should": "*"
},
"bundledDependencies": [],