pytest.ini: define ALLOWED_HOSTS

This fixes running `./bw-dev pytest` locally when having a different value defined for
`ALLOWED_HOSTS` in `.env`.
This commit is contained in:
Bart Schuurmans 2024-03-11 12:46:55 +01:00
parent 304c47863b
commit 3ba528ecdd

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 = ""