Skip to content

Commit

Permalink
Add an empty .env.dev file
Browse files Browse the repository at this point in the history
  • Loading branch information
rosier committed Nov 11, 2024
1 parent d3052bc commit 6c310ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .env.dev
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Define your env variables for the development environment here
2 changes: 1 addition & 1 deletion .env.test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# define your env variables for the test env here
# Define your env variables for the test environment here
KERNEL_CLASS='App\Kernel'
APP_SECRET='$ecretf0rt3st'
SYMFONY_DEPRECATIONS_HELPER=999999
Expand Down

0 comments on commit 6c310ec

Please sign in to comment.