christophlehmann / yaml-env-fallback
A YAML Processor providing fallback functionality for env variables for TYPO3
dev-main
2023-10-16 09:40 UTC
Requires
- typo3/cms-core: ^11.5 || ^12.4
Suggests
This package is auto-updated.
Last update: 2024-10-16 11:42:20 UTC
README
This package provides an extended EnvVariableProcessor
for TYPO3 with the ability to define a fallback value.
Instead %env(DB_HOST)%
you now can use %env(DB_HOST, localhost)%
where localhost
is the fallback value.
It also works with helhum/typo3-config-handling
.
Installation
composer req christophlehmann/yaml-env-fallback
Configuration
Not needed.