12345678910111213141516171819202122232425 |
- <?php
- // +----------------------------------------------------------------------
- // | [ WE CAN DO IT MORE SIMPLE ]
- // +----------------------------------------------------------------------
- // | Copyright (c) 2018-2020 rights reserved.
- // +----------------------------------------------------------------------
- // | Author: TABLE ME
- // +----------------------------------------------------------------------
- // | Date: 2020-08-31 15:20
- // +----------------------------------------------------------------------
- return [
- 'accessKeyId' => 'K-P9_cqutGZOchFKMMaNPStTQLnTP-xer97Qe2ug',
- 'accessKeySecret' => 'R_WUyYNp7K1CI8w5yqqVnQ0pOAQfE_E7cQ4nkZI2',
- 'endpoint' => 'https://imgs.boofly.cn/',
- 'bucket' => 'live-product',
- 'bingW' => true, //如果绑定域名请设置Ture,如果没有请设置flase
- 'upload' => [
- 'accessKey' => 'K-P9_cqutGZOchFKMMaNPStTQLnTP-xer97Qe2ug',
- 'secretKey' => 'R_WUyYNp7K1CI8w5yqqVnQ0pOAQfE_E7cQ4nkZI2',
- 'uploadUrl' => 'imgs.boofly.cn',
- 'storageName' => 'live-product',
- 'storageRegion' => 's3-cn-south-1.qiniucs.com'
- ]
- ];
|