From 941c9104dc7389ef36a6e8bc50bb7a1be8f1d971 Mon Sep 17 00:00:00 2001 From: Lukas Rosenstock Date: Fri, 19 Jun 2026 08:33:13 +0000 Subject: [PATCH] Fixed formatting --- config.php.template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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',