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