Remove duplicate setting

This commit is contained in:
Sonny Bakker 2023-06-29 09:35:34 +02:00
parent 4b04178a4f
commit cbc6a73b76

View file

@ -38,10 +38,6 @@ ENVIRONMENT = "docker"
AXES_FAILURE_LIMIT = 50
AXES_COOLOFF_TIME = None
# Celery
# https://docs.celeryproject.org/en/latest/userguide/configuration.html
CELERY_BROKER_URL = "amqp://guest:guest@rabbitmq:5672//"
try:
# Optionally use sentry integration
from sentry_sdk import init as sentry_init