antidot-framework/antidot-symfony-config-translator

Allow adding environment variable in the Yaml syntax

kpicaza opened this issue · 0 comments

Is your feature request related to a problem? Please describe.
Allow adding environment variables as Symfony does.

Describe the solution you'd like
Allow interpretation the %env($var)% expression

parameters:
    foo: "%env(VAR)%"