christophlehmann / yaml-env-fallback
A YAML Processor providing fallback functionality for env variables for TYPO3
Package info
github.com/christophlehmann/yaml-env-fallback
pkg:composer/christophlehmann/yaml-env-fallback
dev-main
2023-10-16 09:40 UTC
Requires
- typo3/cms-core: ^11.5 || ^12.4
Suggests
This package is auto-updated.
Last update: 2026-02-16 14:19:27 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.