Skip to content

Commit

Permalink
Update .env.testing to fix upstream bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dansup committed Nov 11, 2019
1 parent aa969bf commit 0c83276
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env.testing
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 0c83276

Please sign in to comment.