Closed nicolas-grekas closed 1 month ago
Thank you @nicolas-grekas.
how will this work for projects with multiple developers ? As the .env.local
file is not committed, the dev running the recipe will get the change, but it will be missing for everyone else in the team.
We could put that secret in .env.dev, WDYT?
Needed for https://github.com/symfony/recipes/pull/1342