diff --git a/config.php.template b/config.php.template index 0918a6a..a4ada41 100644 --- a/config.php.template +++ b/config.php.template @@ -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',