提交
This commit is contained in:
13
config/oss.php
Normal file
13
config/oss.php
Normal 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',
|
||||
];
|
||||
Reference in New Issue
Block a user