Skip to content

Commit

Permalink
Revert "[BUGFIX] Load .env.dist in additional.php until it is fixed o…
Browse files Browse the repository at this point in the history
…n server"

This reverts commit 3faf509.
  • Loading branch information
schliesser committed Apr 8, 2024
1 parent c64b159 commit 61bdce2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions config/system/additional.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
<?php

// todo: remove when shared/.env is fixed on server
$dotenv = new \Symfony\Component\Dotenv\Dotenv();
$dotenv->load(__DIR__ . '/../../.env.dist');
$dotenv->overload(__DIR__ . '/../../.env');

$GLOBALS['TYPO3_CONF_VARS'] = array_replace_recursive($GLOBALS['TYPO3_CONF_VARS'], [
'BE' => [
'debug' => $_ENV['TYPO3_BE_DEBUG'] ?? 0,
Expand Down

0 comments on commit 61bdce2

Please sign in to comment.