qiniu.php 1.1 KB

12345678910111213141516171819202122232425
  1. <?php
  2. // +----------------------------------------------------------------------
  3. // | [ WE CAN DO IT MORE SIMPLE ]
  4. // +----------------------------------------------------------------------
  5. // | Copyright (c) 2018-2020 rights reserved.
  6. // +----------------------------------------------------------------------
  7. // | Author: TABLE ME
  8. // +----------------------------------------------------------------------
  9. // | Date: 2020-08-31 15:20
  10. // +----------------------------------------------------------------------
  11. return [
  12. 'accessKeyId' => 'K-P9_cqutGZOchFKMMaNPStTQLnTP-xer97Qe2ug',
  13. 'accessKeySecret' => 'R_WUyYNp7K1CI8w5yqqVnQ0pOAQfE_E7cQ4nkZI2',
  14. 'endpoint' => 'https://imgs.boofly.cn/',
  15. 'bucket' => 'live-product',
  16. 'bingW' => true, //如果绑定域名请设置Ture,如果没有请设置flase
  17. 'upload' => [
  18. 'accessKey' => 'K-P9_cqutGZOchFKMMaNPStTQLnTP-xer97Qe2ug',
  19. 'secretKey' => 'R_WUyYNp7K1CI8w5yqqVnQ0pOAQfE_E7cQ4nkZI2',
  20. 'uploadUrl' => 'imgs.boofly.cn',
  21. 'storageName' => 'live-product',
  22. 'storageRegion' => 's3-cn-south-1.qiniucs.com'
  23. ]
  24. ];