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.
2 parents d2599a1 + 2f6c4cd commit f0b36fdCopy full SHA for f0b36fd
symfony/flex/1.0/.env.dist
@@ -0,0 +1,3 @@
1
+# This file is a "template" of which env vars need to be defined for your application
2
+# Copy this file to .env file for development, create environment variables when deploying to production
3
+# https://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration
symfony/framework-bundle/3.3/manifest.json
@@ -18,7 +18,8 @@
18
"#TRUSTED_HOSTS": "localhost,example.com"
19
},
20
"gitignore": [
21
- "/.env",
+ "/.env.local",
22
+ "/.env.*.local",
23
"/%PUBLIC_DIR%/bundles/",
24
"/%VAR_DIR%/",
25
"/vendor/"
0 commit comments