Remove duplicate setting
This commit is contained in:
parent
4b04178a4f
commit
cbc6a73b76
1 changed files with 0 additions and 4 deletions
|
|
@ -38,10 +38,6 @@ ENVIRONMENT = "docker"
|
||||||
AXES_FAILURE_LIMIT = 50
|
AXES_FAILURE_LIMIT = 50
|
||||||
AXES_COOLOFF_TIME = None
|
AXES_COOLOFF_TIME = None
|
||||||
|
|
||||||
# Celery
|
|
||||||
# https://docs.celeryproject.org/en/latest/userguide/configuration.html
|
|
||||||
CELERY_BROKER_URL = "amqp://guest:guest@rabbitmq:5672//"
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
# Optionally use sentry integration
|
# Optionally use sentry integration
|
||||||
from sentry_sdk import init as sentry_init
|
from sentry_sdk import init as sentry_init
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue