Introduce "static/env.config.php" for environment variable mapping to config cache...
authorPhilipp <admin@philipp.info>
Tue, 6 Oct 2020 18:06:52 +0000 (20:06 +0200)
committerPhilipp <admin@philipp.info>
Tue, 6 Oct 2020 18:43:29 +0000 (20:43 +0200)
commitd39ee428f0424ee662263b23fc083008e68708da
tree4928a564e88d8896508f6fb7b7c8aca9407724d1
parent3587e89482284d81213eda21dd62415698185ab7
Introduce "static/env.config.php" for environment variable mapping to config cache entries
- Added new database.port config value (used for MYSQL_PORT)
- Removed now obsolete db environment variable functionality
- Added functionality to load env variables (overwrites DB based cached)
src/Core/Config/Cache.php
src/Database/Database.php
src/Factory/ConfigFactory.php
src/Util/ConfigFileLoader.php
static/defaults.config.php
static/dependencies.config.php
static/env.config.php [new file with mode: 0644]
tests/src/Core/Config/CacheTest.php