update:更新项目安装,增加项目domain配置
This commit is contained in:
@@ -10,7 +10,7 @@ return [
|
||||
'local' => [
|
||||
'type' => 'local',
|
||||
'root' => app()->getRootPath() . 'public'.DIRECTORY_SEPARATOR.'images',
|
||||
'domain' => env('app.api_url'),
|
||||
'domain' => env('app.domain'),
|
||||
],
|
||||
'public' => [
|
||||
// 磁盘类型
|
||||
|
Reference in New Issue
Block a user