diff --git a/.env.dev b/.env.dev new file mode 100644 index 000000000..e159a709b --- /dev/null +++ b/.env.dev @@ -0,0 +1 @@ +# Define your env variables for the development environment here diff --git a/.env.test b/.env.test index 9820405ee..b9ebeffae 100644 --- a/.env.test +++ b/.env.test @@ -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