qiniu.php 868 B

1234567891011121314151617
  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 ['accessKeyId' => 'K-P9_cqutGZOchFKMMaNPStTQLnTP-xer97Qe2ug',
  12. 'accessKeySecret' => 'R_WUyYNp7K1CI8w5yqqVnQ0pOAQfE_E7cQ4nkZI2',
  13. 'endpoint' => 'https://imgs.boofly.cn/',
  14. 'bucket' => 'live-product',
  15. 'bingW' => true //如果绑定域名请设置Ture,如果没有请设置flase
  16. ];