Testfixes: Remove extra space + hopefully fix env
This commit is contained in:
parent
31deb36c85
commit
17f9682aab
2 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
""" bookwyrm settings and configuration """
|
||||
from bookwyrm.settings import *
|
||||
|
||||
CELERY_BROKER_URL = CELERY_BROKER
|
||||
CELERY_BROKER_URL = CELERY_BROKER
|
||||
CELERY_ACCEPT_CONTENT = ["json"]
|
||||
CELERY_TASK_SERIALIZER = "json"
|
||||
FLOWER_PORT = env("FLOWER_PORT")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue