From a4e84ffa750ac9e614b8f25a3f44ae62080de603 Mon Sep 17 00:00:00 2001 From: JaguarJack Date: Tue, 8 Sep 2020 14:13:00 +0800 Subject: [PATCH] =?UTF-8?q?update:=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/filesystem.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/filesystem.php b/config/filesystem.php index e3a9335..a233f26 100644 --- a/config/filesystem.php +++ b/config/filesystem.php @@ -10,7 +10,7 @@ return [ 'local' => [ 'type' => 'local', 'root' => app()->getRootPath() . 'public'.DIRECTORY_SEPARATOR.'images', - 'domain' => env('API_URL'), + 'domain' => env('app.api_url'), ], 'public' => [ // 磁盘类型