Feat: Organize videos by sector

This commit is contained in:
Xavier Oliveira
2026-06-16 12:25:58 +01:00
parent c5ed77945e
commit 84e9bf7307
21 changed files with 477 additions and 116 deletions

View File

@@ -101,7 +101,7 @@ return [
|
*/
'ttl' => env('JWT_TTL', 15),
'ttl' => env('JWT_TTL', 1),
/*
|--------------------------------------------------------------------------
@@ -120,7 +120,7 @@ return [
|
*/
'refresh_ttl' => env('JWT_REFRESH_TTL', 20160),
'refresh_ttl' => env('JWT_REFRESH_TTL', 1),
/*
|--------------------------------------------------------------------------