Fixed formatting

This commit is contained in:
2026-06-19 08:33:13 +00:00
parent a6c7633495
commit 941c9104dc
+2 -1
View File
@@ -45,6 +45,7 @@ return [
* - empty string: No CORS
* - '*': All origins allowed.
* - Multiple origins can be separated with the pipe (|).
*/
'global_cors_origins' => '',
/**
@@ -87,7 +88,7 @@ return [
* Specifies a maximum time for script execution. Time limit starts
* from the running class.
*/
'execution_time_limit' => 10
'execution_time_limit' => 10,
'cache_dir' => __DIR__.'/cache',
'uploads_dir' => __DIR__.'/uploads',