Merge pull request #3315 from Minnozz/fix-pytest-env

pytest.ini: define ALLOWED_HOSTS
This commit is contained in:
Mouse Reeve 2024-03-13 15:29:15 -07:00 committed by GitHub
commit 288743b686
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,6 +11,7 @@ env =
DEBUG = false
USE_HTTPS = true
DOMAIN = your.domain.here
ALLOWED_HOSTS = your.domain.here
BOOKWYRM_DATABASE_BACKEND = postgres
MEDIA_ROOT = images/
CELERY_BROKER = ""