修改过token期时间为30天

This commit is contained in:
Dai 2024-08-08 17:22:36 +08:00
parent 3ddd689a77
commit 56c137fa86

View File

@ -10,7 +10,7 @@ return [
'access_secret_key' => '2022d3d3LmJq',
/** access令牌过期时间单位秒。默认 2 小时 */
'access_exp' => 720000,
'access_exp' => 2592000,
/** refresh令牌秘钥 */
'refresh_secret_key' => '2024KTxigxc54qwec',