浏览代码

Update .env.testing to fix upstream bug

Daniel Supernault 5 年之前
父节点
当前提交
0c8327649c
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .env.testing

+ 2 - 2
.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"