add passport and dockerfile
This commit is contained in:
parent
eb5c8eef6a
commit
a29d5a3ede
@ -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"
|
||||||
}
|
}
|
||||||
|
@ -27,6 +27,8 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "*",
|
"mocha": "*",
|
||||||
|
"passport": "^0.3.2",
|
||||||
|
"passport-google-oauth20": "^1.0.0",
|
||||||
"should": "*"
|
"should": "*"
|
||||||
},
|
},
|
||||||
"bundledDependencies": [],
|
"bundledDependencies": [],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user