11 lines
314 B
PHP
11 lines
314 B
PHP
<?php
|
|
|
|
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/",
|
|
"tokenExpiry" => "5 MINUTE",
|
|
"refreshTokenExpiry" => "30 MINUTE"
|
|
];
|