Hi everyone !
I have a problem with the bundle in my "preprod" and my "dev" environments.
After debuging it seems the bundle always load my "prod" configuration.
Here is my configurations files structure :
--app
----config
------config.yml
------config_dev.yml
------config_preprod.yml
------config_prod.yml
------parameters.yml
------parameters_dev.yml
------parameters_preprod.yml
------parameters_prod.yml
Does the bundle automaticaly load the parameter file set in /composer.json ? That would explain my problem...
Thanks !