File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ $ vim config/config.js
9292read [ 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
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments