修改配置
This commit is contained in:
parent
10687ea93c
commit
09f8ef88ea
@ -24,30 +24,30 @@ return [
|
|||||||
// 更多的磁盘配置信息
|
// 更多的磁盘配置信息
|
||||||
'qiniu' => [
|
'qiniu' => [
|
||||||
'type' => 'qiniu',
|
'type' => 'qiniu',
|
||||||
'access_key' => 'iLOE193LsBtlY4LZSN6cMIec9FTmMDRXPoFnBAec',
|
'access_key' => '',
|
||||||
'secret_key' => '2w7bQ6dw_HA2mfZHxXyzROxXach_9-6kavgJ9aHl',
|
'secret_key' => '',
|
||||||
'bucket' => 'assets',
|
'bucket' => '',
|
||||||
'domain' => 'assets.njphper.com',
|
'domain' => '',
|
||||||
],
|
],
|
||||||
'oss' => [
|
'oss' => [
|
||||||
'type' => 'oss',
|
'type' => 'oss',
|
||||||
'prefix' => '',
|
'prefix' => '',
|
||||||
'access_key' => 'XbBP7l7B8ZrXOkDk',
|
'access_key' => '',
|
||||||
'secret_key' => 'EhNxzuIMZJsvpjWXSyvsSgcCML5In2',
|
'secret_key' => '',
|
||||||
'end_point' => 'https://oss-cn-beijing.aliyuncs.com', // ssl:https://iidestiny.com
|
'end_point' => '', // ssl:https://iidestiny.com
|
||||||
'bucket' => 'jaguarjack-test',
|
'bucket' => '',
|
||||||
'is_cname' => false
|
'is_cname' => false
|
||||||
],
|
],
|
||||||
// 腾讯云配置
|
// 腾讯云配置
|
||||||
'qcloud' => [
|
'qcloud' => [
|
||||||
'type' => 'qcloud',
|
'type' => 'qcloud',
|
||||||
'region' => 'ap-chengdu',
|
'region' => '',
|
||||||
'credentials' => [
|
'credentials' => [
|
||||||
'appId' => '1252879105', // 域名中数字部分
|
'appId' => '', // 域名中数字部分
|
||||||
'secretId' => 'AKIDVpqhjprOp0BNL2EhhRurb7QZjspWmoiN',
|
'secretId' => '',
|
||||||
'secretKey' => 'ojV3OuEKCohjWq0yhBPZWEoFTTYN5c5w',
|
'secretKey' => '',
|
||||||
],
|
],
|
||||||
'bucket' => 'jaguarjack-1252879105',
|
'bucket' => '',
|
||||||
'timeout' => 60,
|
'timeout' => 60,
|
||||||
'connect_timeout' => 60,
|
'connect_timeout' => 60,
|
||||||
'cdn' => '',
|
'cdn' => '',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user