18 lines
564 B
JSON
18 lines
564 B
JSON
{
|
||
"buckets": {
|
||
"default": {
|
||
"accessKey": "YOUR_ACCESS_KEY_HERE",
|
||
"secretKey": "YOUR_SECRET_KEY_HERE",
|
||
"bucket": "your-bucket-name",
|
||
"region": "z0",
|
||
"domain": "https://your-cdn-domain.com"
|
||
}
|
||
},
|
||
"_comment": {
|
||
"region": "区域代码:z0=华东,z1=华北,z2=华南,na0=北美,as0=东南亚",
|
||
"setup": "1. 获取七牛 AccessKey/SecretKey: https://portal.qiniu.com/user/key",
|
||
"setup2": "2. 创建存储桶并配置 CDN 域名",
|
||
"setup3": "3. 修改此配置文件或发送 /config set 命令"
|
||
}
|
||
}
|