update:配置更新

This commit is contained in:
JaguarJack 2020-07-26 18:43:09 +08:00
parent 3ab7e207c9
commit cc34e058f0
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ return [
'disks' => [ 'disks' => [
'local' => [ 'local' => [
'type' => 'local', 'type' => 'local',
'root' => app()->getRootPath() . 'public/images', 'root' => app()->getRootPath() . 'public'.DIRECTORY_SEPARATOR.'images',
'domain' => env('API_URL'), 'domain' => env('API_URL'),
], ],
'public' => [ 'public' => [

View File

@ -14,5 +14,5 @@ return [
//JWT hashing algorithm //JWT hashing algorithm
'algo' => env('JWT_ALGO', 'HS256'), 'algo' => env('JWT_ALGO', 'HS256'),
'blacklist_storage' => thans\jwt\provider\storage\Tp5::class, 'blacklist_storage' => thans\jwt\provider\storage\Tp6::class,
]; ];