2019-08-08 17:29:59 +02:00
|
|
|
# In all environments, the following files are loaded if they exist,
|
2024-05-14 15:06:46 +00:00
|
|
|
# the latter taking precedence over the former:
|
2019-08-08 17:29:59 +02:00
|
|
|
#
|
|
|
|
# * .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.
|
2024-05-14 15:06:46 +00:00
|
|
|
# https://symfony.com/doc/current/configuration/secrets.html
|
2019-08-08 17:29:59 +02:00
|
|
|
#
|
|
|
|
# Run "composer dump-env prod" to compile .env files for production use (requires symfony/flex >=1.2).
|
2024-05-14 15:06:46 +00:00
|
|
|
# https://symfony.com/doc/current/best_practices.html#use-environment-variables-for-infrastructure-configuration
|
2019-08-08 17:29:59 +02:00
|
|
|
|
|
|
|
###> symfony/framework-bundle ###
|
|
|
|
APP_ENV=dev
|
|
|
|
APP_SECRET=7189792ca5da6b84aff72ec1c63d95ae
|
|
|
|
###< symfony/framework-bundle ###
|
2024-05-14 15:06:46 +00:00
|
|
|
|