From a29d5a3edebc3c9f703d609eaf73c2a1087c55fc Mon Sep 17 00:00:00 2001 From: Anthony Metzidis Date: Thu, 26 Jan 2017 10:50:31 -0800 Subject: [PATCH] add passport and dockerfile --- config.js | 8 ++------ package.json | 2 ++ 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/config.js b/config.js index 52ad004..d6fbd3d 100644 --- a/config.js +++ b/config.js @@ -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" } diff --git a/package.json b/package.json index f7a5148..02dbd52 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,8 @@ }, "devDependencies": { "mocha": "*", + "passport": "^0.3.2", + "passport-google-oauth20": "^1.0.0", "should": "*" }, "bundledDependencies": [],