christophlehmann/yaml-env-fallback

A YAML Processor providing fallback functionality for env variables for TYPO3

dev-main 2023-10-16 09:40 UTC

This package is auto-updated.

Last update: 2024-04-16 10:41: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.