This commit is contained in:
2025-12-21 01:24:58 +01:00
parent 4b20dbd472
commit f662c2deb5

View File

@@ -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;