Skip to content

Commit

Permalink
Merge pull request bookwyrm-social#3315 from Minnozz/fix-pytest-env
Browse files Browse the repository at this point in the history
pytest.ini: define ALLOWED_HOSTS
  • Loading branch information
mouse-reeve committed Mar 13, 2024
2 parents a3465e6 + 3ba528e commit 288743b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ""
Expand Down

0 comments on commit 288743b

Please sign in to comment.