Using latest Symfony 6.1 and documentation says .env.local
overrides values which are set in .env
This is not working for me, i.e. when the value is set in the .env
, it is not overwritten by the value from the .env.local
. When it is not set in .env
, value from .env.local
is taken into account.
Ref: