This commit is contained in:
Your Name
2026-07-22 10:18:59 +08:00
parent 2530ddada6
commit 0fb03d0bca
618 changed files with 19445 additions and 3 deletions
+6
View File
@@ -0,0 +1,6 @@
<?php
return [
'secret' => env('JWT_SECRET', 'change-this-secret-key-in-production'),
'expire' => (int) env('JWT_EXPIRE', 86400 * 7),
];