Add APP_LOCALE to testing environment variables

pull/7330/head
Shlee 1 week ago committed by GitHub
parent 72f871424f
commit c2de5d6e22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2,6 +2,7 @@ APP_NAME="Pixelfed Test"
APP_ENV=testing
APP_KEY=base64:lwX95GbNWX3XsucdMe0XwtOKECta3h/B+p9NbH2jd0E=
APP_DEBUG=true
APP_LOCALE="en-US"
APP_URL=https://pixelfed.test
APP_DOMAIN="pixelfed.test"

Loading…
Cancel
Save