Fixed formatting
This commit is contained in:
+2
-1
@@ -45,6 +45,7 @@ return [
|
|||||||
* - empty string: No CORS
|
* - empty string: No CORS
|
||||||
* - '*': All origins allowed.
|
* - '*': All origins allowed.
|
||||||
* - Multiple origins can be separated with the pipe (|).
|
* - Multiple origins can be separated with the pipe (|).
|
||||||
|
*/
|
||||||
'global_cors_origins' => '',
|
'global_cors_origins' => '',
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -87,7 +88,7 @@ return [
|
|||||||
* Specifies a maximum time for script execution. Time limit starts
|
* Specifies a maximum time for script execution. Time limit starts
|
||||||
* from the running class.
|
* from the running class.
|
||||||
*/
|
*/
|
||||||
'execution_time_limit' => 10
|
'execution_time_limit' => 10,
|
||||||
|
|
||||||
'cache_dir' => __DIR__.'/cache',
|
'cache_dir' => __DIR__.'/cache',
|
||||||
'uploads_dir' => __DIR__.'/uploads',
|
'uploads_dir' => __DIR__.'/uploads',
|
||||||
|
|||||||
Reference in New Issue
Block a user