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": { "storage": {
"type": "redis", "type": "file",
"host": "0.0.0.0", "path": "./data"
"port": 6379,
"db": 2,
"expire": 2592000
}, },
"documents": { "documents": {
"about": "./about.md" "about": "./about.md"
} }

View File

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