mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
Merge pull request #489
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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,6 +1,5 @@
|
||||
{
|
||||
"copy-from-recipe": {
|
||||
".env": ".env",
|
||||
".env.dist": ".env.dist"
|
||||
".env": ".env"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user