update:配置更新
This commit is contained in:
parent
3ab7e207c9
commit
cc34e058f0
@ -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' => [
|
||||||
|
@ -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,
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user