Reauth params in config

This commit is contained in:
2024-07-29 00:29:35 +02:00
parent 9828ee762a
commit 45d4ebcded
3 changed files with 27 additions and 12 deletions
+3 -1
View File
@@ -4,5 +4,7 @@ return [
"basePath" => "/phpCourse/exam/",
"storagePath" => "/phpCourse/exam/storage/",
"baseFSPath" => "/home/k/khofmann/public_html/phpCourse/exam/",
"storageFSPath" => "/home/k/khofmann/public_html/phpCourse/exam/storage/"
"storageFSPath" => "/home/k/khofmann/public_html/phpCourse/exam/storage/",
"tokenExpiry" => "5 MINUTE",
"refreshTokenExpiry" => "30 MINUTE"
];