更新依赖、添加规则
This commit is contained in:
@@ -18,6 +18,12 @@ return [
|
||||
// 'over_time' => 0 //处方审核自动失效时间
|
||||
],
|
||||
],
|
||||
/*
|
||||
* JWT 配置(HS256 密钥至少 32 字节,否则 firebase/php-jwt 报 Provided key is too short)
|
||||
*/
|
||||
'jwt' => [
|
||||
'secret' => env('JWT_SECRET', 'nl_admin_jwt_secret_key_change_me_32b'),
|
||||
],
|
||||
/*
|
||||
* redis配置
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user