Skip to content

Commit 1f943cd

Browse files
committed
fix readme
1 parent b7989f8 commit 1f943cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ $ vim config/config.js
9292
read [config.js](https://github.com/lisong/code-push-server/blob/master/config/config.js)
9393

9494

95-
## Storage mode [local/qiniu]
95+
## Storage mode [local/qiniu/s3]
9696

9797
- 配置local存储,修改config/config.js中storageType值为local,配置中local下面storageDir和downloadUrl,如果不在同一台机器上,downloadUrl请指定域名或者ip地址
9898

config/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ config.development = {
5050
// options value is (true | false), when it's true, it will cache updateCheck results in redis.
5151
updateCheckCache: false
5252
},
53-
//config for smtp email,register module need validate user email project source https://github.com/nodemailer/nodemailer
53+
// Config for smtp email,register module need validate user email project source https://github.com/nodemailer/nodemailer
5454
smtpConfig:{
5555
host: "smtp.mxhichina.com",
5656
port: 465,
@@ -60,7 +60,7 @@ config.development = {
6060
pass: ""
6161
}
6262
},
63-
//config for redis (register module, tryLoginTimes module)
63+
// Config for redis (register module, tryLoginTimes module)
6464
redis: {
6565
default: {
6666
host: "127.0.0.1",

0 commit comments

Comments
 (0)