Skip to content

Commit ef6b857

Browse files
switch to .env instead of .env.dist
1 parent 3b51624 commit ef6b857

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

symfony/flex/1.0/.env

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
# This file defines all environment variables that the application needs.
2+
# Use ".env.local" for local overrides during development.
3+
# Use real environment variables when deploying to production.
34
# https://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration

symfony/flex/1.0/.env.dist

Lines changed: 0 additions & 3 deletions
This file was deleted.

symfony/flex/1.0/manifest.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"copy-from-recipe": {
3-
".env": ".env",
4-
".env.dist": ".env.dist"
3+
".env": ".env"
54
}
65
}

0 commit comments

Comments
 (0)