mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update .env.testing to fix upstream bug
This commit is contained in:
parent
aa969bf9ac
commit
0c8327649c
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
APP_NAME="Pixelfed Test"
|
APP_NAME="Pixelfed Test"
|
||||||
APP_ENV="production"
|
APP_ENV=local
|
||||||
APP_KEY=base64:lwX95GbNWX3XsucdMe0XwtOKECta3h/B+p9NbH2jd0E=
|
APP_KEY=base64:lwX95GbNWX3XsucdMe0XwtOKECta3h/B+p9NbH2jd0E=
|
||||||
APP_DEBUG=false
|
APP_DEBUG=true
|
||||||
|
|
||||||
APP_URL=https://pixelfed.dev
|
APP_URL=https://pixelfed.dev
|
||||||
APP_DOMAIN="pixelfed.dev"
|
APP_DOMAIN="pixelfed.dev"
|
||||||
|
|
Loading…
Reference in a new issue