Skip to content

Commit

Permalink
Merge branch 'main' of github.com:TYPO3incubator/surfcamp-team6
Browse files Browse the repository at this point in the history
  • Loading branch information
codefather007 committed Apr 8, 2024
2 parents 0102b68 + 61bdce2 commit e4e89e9
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 e4e89e9

Please sign in to comment.