mirror of
https://github.com/seejohnrun/haste-server
synced 2025-08-22 04:03:10 -07:00
add passport and dockerfile
This commit is contained in:
parent
eb5c8eef6a
commit
a29d5a3ede
2 changed files with 4 additions and 6 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue