Update .env to use the Symfony configuration standard

This commit is contained in:
Dillon-Brown 2020-02-04 17:05:08 +00:00
parent d55e1d75a3
commit 33a9f0ba3e
2 changed files with 1 additions and 1 deletions

View file

@ -1,7 +1,7 @@
# In all environments, the following files are loaded if they exist,
# the latter taking precedence over the former:
#
# * .env.dist contains default values for the environment variables needed by the app
# * .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