更新依赖、添加规则

This commit is contained in:
李琦
2026-08-10 13:58:14 +08:00
parent d718c267ef
commit 6bd74bb7d2
3 changed files with 26 additions and 2 deletions

View File

@@ -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配置
*/