From f662c2deb5404767ef4468acb45bad52002338f2 Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Sun, 21 Dec 2025 01:24:58 +0100 Subject: [PATCH] asdasd --- config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.php b/config/config.php index 0fc4703..0a395dc 100644 --- a/config/config.php +++ b/config/config.php @@ -10,7 +10,7 @@ error_reporting(E_ALL); $appEnvFromEnv = getenv('APP_ENV') ?: 'prod'; $envDir = rtrim(__DIR__, '/\\') . '/' . $appEnvFromEnv; -foreach (['settings.php', 'domaindata.php'] as $cfgFile) { +foreach (['domaindata.php','settings.php'] as $cfgFile) { $rootPath = __DIR__ . '/' . $cfgFile; $envPath = $envDir . '/' . $cfgFile;