update:更新配置

This commit is contained in:
JaguarJack 2020-09-08 14:13:00 +08:00
parent bd7f62b9ed
commit a4e84ffa75

View File

@ -10,7 +10,7 @@ return [
'local' => [ 'local' => [
'type' => 'local', 'type' => 'local',
'root' => app()->getRootPath() . 'public'.DIRECTORY_SEPARATOR.'images', 'root' => app()->getRootPath() . 'public'.DIRECTORY_SEPARATOR.'images',
'domain' => env('API_URL'), 'domain' => env('app.api_url'),
], ],
'public' => [ 'public' => [
// 磁盘类型 // 磁盘类型