Skip to content

Commit

Permalink
update package
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhutu committed Oct 2, 2016
1 parent 11c339f commit db57d04
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 18 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,28 @@ redis for windows 只支持64位的操作系统
```
$ pm2 start process.json
```
#### 使用docker容器部署所需的要环境变量
```
MONGO_PORT_27017_TCP_ADDR
MONGO_USERNAME
MONGO_PASSWORD
REDIS_PORT_6379_TCP_ADDR
REDIS_PORT_6379_TCP_PORT
REDIS_PASSWORD
QINIU_APP_KEY
QINIU_APP_SECRET
QINIU_APP_DOMAIN
QINIU_APP_BUCKET
GITHUB_CLIENT_ID
GITHUB_CLIENT_SECRET
GITHUB_CALLBACK_URL
WEIBO_CLIENT_ID
WEIBO_CLIENT_SECRET
WEIBO_CALLBACK_URL
QQ_CLIENT_ID
QQ_CLIENT_SECRET
QQ_CALLBACK_URL
```

## 测试
```
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,27 +22,27 @@
},
"homepage": "https://github.com/jackhutu/jackblog-api-express#readme",
"dependencies": {
"bluebird": "^3.4.1",
"bluebird": "^3.4.6",
"body-parser": "^1.15.2",
"bunyan": "^1.8.1",
"ccap": "^0.6.10",
"composable-middleware": "^0.3.0",
"compression": "^1.6.2",
"connect-redis": "^3.1.0",
"cookie-parser": "^1.4.3",
"cors": "^2.7.1",
"cors": "^2.8.1",
"errorhandler": "^1.4.3",
"express": "^4.14.0",
"express-jwt": "^3.4.0",
"express-session": "^1.14.0",
"ioredis": "^2.2.0",
"jsonwebtoken": "^7.0.1",
"lodash": "^4.13.1",
"markdown-it": "^7.0.0",
"express-jwt": "^5.0.0",
"express-session": "^1.14.1",
"ioredis": "^2.4.0",
"jsonwebtoken": "^7.1.9",
"lodash": "^4.16.2",
"markdown-it": "^8.0.0",
"method-override": "^2.3.6",
"moment": "^2.14.1",
"mongoose": "^4.5.4",
"multer": "^1.1.0",
"moment": "^2.15.1",
"mongoose": "^4.6.2",
"multer": "^1.2.0",
"passport": "^0.3.2",
"passport-github": "^1.1.0",
"passport-local": "^1.0.0",
Expand All @@ -54,13 +54,13 @@
"gulp": "^3.9.1",
"gulp-coveralls": "^0.1.4",
"gulp-env": "^0.4.0",
"gulp-istanbul": "^1.0.0",
"gulp-mocha": "^2.2.0",
"gulp-nodemon": "^2.0.6",
"gulp-sequence": "^0.4.5",
"gulp-istanbul": "^1.1.1",
"gulp-mocha": "^3.0.1",
"gulp-nodemon": "^2.2.1",
"gulp-sequence": "^0.4.6",
"gulp-util": "^3.0.7",
"should": "^9.0.2",
"sinon": "^1.17.3",
"supertest": "^1.2.0"
"should": "^11.1.0",
"sinon": "^1.17.6",
"supertest": "^2.0.0"
}
}

0 comments on commit db57d04

Please sign in to comment.