编写readme文档

This commit is contained in:
2026-02-08 22:45:43 +08:00
parent 334d2c6312
commit 616314eef2
2 changed files with 576 additions and 40 deletions

View File

@@ -101,7 +101,7 @@ return [
|
*/
'ttl' => env('JWT_TTL', 60),
'ttl' => env('JWT_TTL', 60 * 60 * 24 * 7),
/*
|--------------------------------------------------------------------------