Skip to content

Commit 2098577

Browse files
committed
bug #1539 Add an empty .env.dev file (rosier)
This PR was merged into the main branch. Discussion ---------- Add an empty .env.dev file For the flex recipe that generates the APP_SECRET to work the `.env.dev` file needs to exist. Fixes #1536 Commits ------- 6c310ec Add an empty .env.dev file
2 parents d3052bc + 6c310ec commit 2098577

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.env.dev

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Define your env variables for the development environment here

.env.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# define your env variables for the test env here
1+
# Define your env variables for the test environment here
22
KERNEL_CLASS='App\Kernel'
33
APP_SECRET='$ecretf0rt3st'
44
SYMFONY_DEPRECATIONS_HELPER=999999

0 commit comments

Comments
 (0)