[FEATURE] Allow environment variables in site config
To enable easy configuration of environment specific site setting, usage of environment variables in site configuration yaml has been introduced. The TYPO3 Core Yaml loader is now able to resolve variables from environment variables. Resolves: #86409 Releases: master Change-Id: Ic1e32d231aa7e92b3feb4ed4c31bed72520d71fb Reviewed-on: https://review.typo3.org/58358 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
Showing
- typo3/sysext/backend/Classes/Form/FormDataProvider/SiteDatabaseEditRow.php 22 additions, 4 deletions...end/Classes/Form/FormDataProvider/SiteDatabaseEditRow.php
- typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/SiteDatabaseEditRowTest.php 35 additions, 4 deletions...ts/Unit/Form/FormDataProvider/SiteDatabaseEditRowTest.php
- typo3/sysext/core/Classes/Configuration/Loader/YamlFileLoader.php 46 additions, 7 deletions...sext/core/Classes/Configuration/Loader/YamlFileLoader.php
- typo3/sysext/core/Classes/Configuration/SiteConfiguration.php 17 additions, 0 deletions...3/sysext/core/Classes/Configuration/SiteConfiguration.php
- typo3/sysext/core/Documentation/Changelog/master/Feature-86409-AllowUsageOfEnvironmentVariablesInSiteConfiguration.rst 38 additions, 0 deletions...9-AllowUsageOfEnvironmentVariablesInSiteConfiguration.rst
- typo3/sysext/core/Tests/Unit/Configuration/Loader/YamlFileLoaderTest.php 96 additions, 1 deletion...re/Tests/Unit/Configuration/Loader/YamlFileLoaderTest.php
Please register or sign in to comment