From 0c8327649c4b68606cc3324f7c062c7c53589ffc Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sun, 10 Nov 2019 19:42:25 -0700 Subject: [PATCH] Update .env.testing to fix upstream bug --- .env.testing | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.testing b/.env.testing index a6f585397..f5d86bc4f 100644 --- a/.env.testing +++ b/.env.testing @@ -1,7 +1,7 @@ APP_NAME="Pixelfed Test" -APP_ENV="production" +APP_ENV=local APP_KEY=base64:lwX95GbNWX3XsucdMe0XwtOKECta3h/B+p9NbH2jd0E= -APP_DEBUG=false +APP_DEBUG=true APP_URL=https://pixelfed.dev APP_DOMAIN="pixelfed.dev"