makinacorpus / DbToolsBundle

A PHP library to backup, restore and anonymize databases
https://dbtoolsbundle.readthedocs.io
MIT License
181 stars 15 forks source link

Allow environment variables in standalone app config file #157

Closed pounard closed 1 day ago

pounard commented 5 months ago

As of now, we do not allow environment variables to be used in configuration files.

In Symfony, this is always possible using the %env(FOO)% syntax, but that's container magic, and we don't want to add the symfony/dependency-injection dependency on the standalone app.

pounard commented 1 day ago

Fixed using #191