Project

General

Profile

Actions

Feature #94650

open

Show actual configuration value if configured in AdditionalConfiguration.php

Added by Michael Schams over 2 years ago. Updated over 2 years ago.

Status:
Under Review
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2021-07-28
Due date:
% Done:

0%

Estimated time:
PHP Version:
7.4
Tags:
Complexity:
Sprint Focus:

Description

You can set a global configuration in, for example, file AdditionalConfiguration.php and overwrite the setting from the LocalConfiguration.php.
For example:

<?php
$GLOBALS['TYPO3_CONF_VARS']['MAIL']['dsn'] = 'ses+api://ACCESS_KEY:SECRET_KEY@default';
$GLOBALS['TYPO3_CONF_VARS']['MAIL']['defaultMailFromAddress'] = 'noreply@typo3.org';

When you open Admin Tools → Settings Configure → Installation-Wide Options, TYPO3 shows the following below.
Is there a reason not to show the actual configuration value for information purposes?


Files

screenshot-20210727-1847.png (92.6 KB) screenshot-20210727-1847.png Michael Schams, 2021-07-27 16:56

Related issues 1 (1 open0 closed)

Related to TYPO3 Core - Feature #87185: Ideas to improve cooperation between BE "All Config" and AdditionalConfiguration.phpNew2018-12-17

Actions
Actions #1

Updated by Gerrit Code Review over 2 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/70123

Actions #2

Updated by Riccardo De Contardi 10 months ago

  • Related to Feature #87185: Ideas to improve cooperation between BE "All Config" and AdditionalConfiguration.php added
Actions

Also available in: Atom PDF