mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-22 09:31:08 +00:00
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:
parent
304c47863b
commit
3ba528ecdd
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ env =
|
||||||
DEBUG = false
|
DEBUG = false
|
||||||
USE_HTTPS = true
|
USE_HTTPS = true
|
||||||
DOMAIN = your.domain.here
|
DOMAIN = your.domain.here
|
||||||
|
ALLOWED_HOSTS = your.domain.here
|
||||||
BOOKWYRM_DATABASE_BACKEND = postgres
|
BOOKWYRM_DATABASE_BACKEND = postgres
|
||||||
MEDIA_ROOT = images/
|
MEDIA_ROOT = images/
|
||||||
CELERY_BROKER = ""
|
CELERY_BROKER = ""
|
||||||
|
|
Loading…
Reference in a new issue