This commit is contained in:
gaofeng
2026-06-17 09:23:18 +08:00
commit 81ade70944
1638 changed files with 213697 additions and 0 deletions

13
config/oss.php Normal file
View File

@@ -0,0 +1,13 @@
<?php
// +----------------------------------------------------------------------
// | 缓存设置
// +----------------------------------------------------------------------
return [
'region' => 'cn-hangzhou',
'endpoint' => 'oss-cn-hangzhou.aliyuncs.com',
'bucket' => 'filesoa',
'access_key_id' => 'LTAI5tBscvVZHW7P9F7NT1K2',
'access_key_secret' => 'NIVu6LYDaYRJBrexqMpqAFe2d52CwB',
];