This commit is contained in:
2025-12-25 23:30:14 +08:00
parent 7c1d6d447e
commit 7439a4a794
7 changed files with 24 additions and 8 deletions
+17 -2
View File
@@ -76,15 +76,30 @@ return [
'url' => 'http://156.238.245.175:10005/openim' // 静态文件访问域名
],
'oss' => [
'driver' => \Shopwwi\WebmanFilesystem\Adapter\AliyunOssAdapterFactory::class,
'accessId' => 'LTAI5tAAVVWAyavjFEpjSqjP',
'accessSecret' => 'qBOXJLe5xFGbH01UdcTYVZ1JKDV4ia',
'bucket' => 'shunliao',
'endpoint' => 'oss-cn-shenzhen.aliyuncs.com',
'url' => '//shunliao.oss-accelerate.aliyuncs.com', // 静态文件访问域名
// 'timeout' => 3600,
// 'connectTimeout' => 10,
'isCName' => false,
// 'token' => null,
// 'proxy' => null,
'prefix' => '',
],
'ossmy' => [
'driver' => \Shopwwi\WebmanFilesystem\Adapter\AliyunOssAdapterFactory::class,
'accessId' => 'LTAI5tLsFoJAda5juPabytuU',
'accessSecret' => 'ZyiKpt6lqLBfHPZcvHd7SWM7eENRJW',
'bucket' => 'wjba',
'endpoint' => 'oss-cn-hongkong.aliyuncs.com',
'url' => '//wjba.oss-accelerate.aliyuncs.com' // 静态文件访问域名
'url' => '//wjba.oss-accelerate.aliyuncs.com', // 静态文件访问域名
// 'timeout' => 3600,
// 'connectTimeout' => 10,
// 'isCName' => false,
'isCName' => false,
'prefix' => '',
// 'token' => null,
// 'proxy' => null,
],