We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b51624 commit ef6b857Copy full SHA for ef6b857
symfony/flex/1.0/.env
@@ -1,3 +1,4 @@
1
-# This file is a "template" of which env vars need to be defined for your application
2
-# 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.
3
+# Use real environment variables when deploying to production.
4
# https://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration
symfony/flex/1.0/.env.dist
symfony/flex/1.0/manifest.json
@@ -1,6 +1,5 @@
{
"copy-from-recipe": {
- ".env": ".env",
- ".env.dist": ".env.dist"
+ ".env": ".env"
5
}
6
0 commit comments