mirror of
https://github.com/cnodejs/nodeclub.git
synced 2025-12-08 19:55:55 +00:00
qiniu uploadURL comment
This commit is contained in:
parent
a3cc3280f4
commit
6f7e33bf7f
@ -97,7 +97,10 @@ var config = {
|
||||
accessKey: 'your access key',
|
||||
secretKey: 'your secret key',
|
||||
bucket: 'your bucket name',
|
||||
domain: 'http://your qiniu domain'
|
||||
domain: 'http://your qiniu domain',
|
||||
// 如果vps在国外,请使用 http://up.qiniug.com/ ,这是七牛的国际节点
|
||||
// 如果在国内,此项请留空
|
||||
uploadURL: 'http://xxxxxxxx',
|
||||
},
|
||||
|
||||
// 文件上传配置
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user