study-day-day-up-up / Ghost-QiNiu-Store

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ghost-QiNiu-Store

图床配置如下:

{
  // ...
  "storage": {
    "active": "qn-store",
    "qn-store": {
      "accessKey": "your access key", // https://portal.qiniu.com/user/key获取AK密匙
      "secretKey": "your secret key", // https://portal.qiniu.com/user/key获取SK密匙
      "bucket": "your bucket name", // 存储对象空间名字
      "domain": "http://xx.xx.xx.glb.clouddn.com", // 七牛CDN地址
      "format": "${year}/${month}/${name}${ext}"
    }
  }
  // ...
}

About

License:Other


Languages

Language:JavaScript 97.5%Language:Shell 2.5%