nelmio/NelmioSolariumBundle

Using ENV for dsn is not working

thePanz opened this issue · 0 comments

Using "env()" variables to setup a core dsn is not working, as symfony will pass the placeholder and not the correct value from the environment.

I found this comment:

env vars are not allowed everywhere.
symfony/symfony#22738 (comment)

An idea on how to fix could be taken from: symfony/swiftmailer-bundle#170