first commit
This commit is contained in:
9
pgserver/config/oss.php
Normal file
9
pgserver/config/oss.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
//阿里云oss配置
|
||||
return [
|
||||
'access_key_id' => Env::get('OSS_ACCESS_KEY_ID',''),
|
||||
'access_key_secret' => Env::get('OSS_ACCESS_KEY_SECRET',''),
|
||||
'endpoint' => Env::get('OSS_ENDPOINT',''),
|
||||
'bucket' => Env::get('OSS_BUCKET',''),
|
||||
];
|
||||
Reference in New Issue
Block a user