Start your All-Access Pass to unlock this challenge
You run the Symfony application locally with the built-in Symfony web server as APP_ENV=test symfony serve
. And you have the following content in the .env files:
# .env
APP_ENV=prod
# .env.local
APP_ENV=dev
In which environment will be loaded your Symfony application?