Reauth params in config
This commit is contained in:
+3
-1
@@ -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"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user