From 8c2c19b8e92650d84494ffeebfa30c48d8f917ff Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sun, 10 Nov 2019 19:35:37 -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 f5d86bc4f..a6f585397 100644 --- a/.env.testing +++ b/.env.testing @@ -1,7 +1,7 @@ APP_NAME="Pixelfed Test" -APP_ENV=local +APP_ENV="production" APP_KEY=base64:lwX95GbNWX3XsucdMe0XwtOKECta3h/B+p9NbH2jd0E= -APP_DEBUG=true +APP_DEBUG=false APP_URL=https://pixelfed.dev APP_DOMAIN="pixelfed.dev"