Upgrade recipes: symfony/flex

This commit is contained in:
2023-09-05 14:30:52 +02:00
parent 91172e45cb
commit 9dd52af2c6
2 changed files with 15 additions and 7 deletions

16
.env
View File

@@ -1,7 +1,15 @@
##
## Manually dump .env files in .env.local.php with
## `$ composer symfony:dump-env prod`
##
# * .env contains default values for the environment variables needed by the app
# * .env.local uncommitted file with local overrides
# * .env.$APP_ENV committed environment-specific defaults
# * .env.$APP_ENV.local uncommitted environment-specific overrides
#
# Real environment variables win over .env files.
#
# DO NOT DEFINE PRODUCTION SECRETS IN THIS FILE NOR IN ANY OTHER COMMITTED FILES.
# https://symfony.com/doc/current/configuration/secrets.html
#
# Run "composer dump-env prod" to compile .env files for production use (requires symfony/flex >=1.2).
# https://symfony.com/doc/current/best_practices.html#use-environment-variables-for-infrastructure-configuration
## Locale
LOCALE=fr