Merge pull request #489

This commit is contained in:
symfony-flex-server[bot]
2018-11-12 13:24:50 +00:00
committed by GitHub
3 changed files with 4 additions and 7 deletions
+3 -2
View File
@@ -1,3 +1,4 @@
# This file is a "template" of which env vars need to be defined for your application
# Override the variables you want in .env.local for development, create environment variables when deploying to production
# This file defines all environment variables that the application needs.
# Use ".env.local" for local overrides during development.
# Use real environment variables when deploying to production.
# https://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration
-3
View File
@@ -1,3 +0,0 @@
# This file is a "template" of which env vars need to be defined for your application
# Copy this file to .env file for development, create environment variables when deploying to production
# https://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration
+1 -2
View File
@@ -1,6 +1,5 @@
{
"copy-from-recipe": {
".env": ".env",
".env.dist": ".env.dist"
".env": ".env"
}
}