Skip to content

switch to .env instead of .env.dist #489

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
1 commit merged into from
Nov 12, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions symfony/flex/1.0/.env
Original file line number Diff line number Diff line change
@@ -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
3 changes: 0 additions & 3 deletions symfony/flex/1.0/.env.dist

This file was deleted.

3 changes: 1 addition & 2 deletions symfony/flex/1.0/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"copy-from-recipe": {
".env": ".env",
".env.dist": ".env.dist"
".env": ".env"
}
}