# General
# ------------------------------------------------------------------------------
USE_DOCKER=yes
IPYTHONDIR=/app/.ipython

# Celery
# ------------------------------------------------------------------------------
CELERY_RESULT_BACKEND="redis://redis:6379/0"

# Flower
CELERY_FLOWER_USER=debug
CELERY_FLOWER_PASSWORD=debug

