From 6bc18c48a81a1ee7a3f73929faebafccf8caf0af Mon Sep 17 00:00:00 2001 From: "Christopher C. Wells" Date: Wed, 10 Nov 2021 15:07:58 -0800 Subject: [PATCH] Set CI env to `testing` --- .env.ci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.ci b/.env.ci index ba80b55..ad7f95f 100644 --- a/.env.ci +++ b/.env.ci @@ -1,5 +1,5 @@ APP_NAME=kcal -APP_ENV=local +APP_ENV=testing APP_KEY= APP_DEBUG=true APP_URL=http://localhost