Skip to content

Commit f0b36fd

Browse files
author
symfony-flex-server[bot]
authored
Merge pull request #482
2 parents d2599a1 + 2f6c4cd commit f0b36fd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

symfony/flex/1.0/.env.dist

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"#TRUSTED_HOSTS": "localhost,example.com"
1919
},
2020
"gitignore": [
21-
"/.env",
21+
"/.env.local",
22+
"/.env.*.local",
2223
"/%PUBLIC_DIR%/bundles/",
2324
"/%VAR_DIR%/",
2425
"/vendor/"

0 commit comments

Comments
 (0)