Skip to content

Commit

Permalink
Use .env in favor of .env.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
StijnVrolijk committed Jun 25, 2019
1 parent 3aafee4 commit 6d9b323
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
**/.gitignore
**/Dockerfile
**/Thumbs.db
*.env.dist
.env.local
*.sublime-project
*.sublime-workspace
.editorconfig
Expand Down
2 changes: 2 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FORK_ENV=prod
FORK_DEBUG=0
8 changes: 0 additions & 8 deletions .env.dist

This file was deleted.

4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@
# Docker
var/docker/db/data/*
docker-compose.override.yml
.env

# Symfony's dotenv
/.env.local

0 comments on commit 6d9b323

Please sign in to comment.