cookiecutter-django/{{cookiecutter.project_slug}}/.envs/.local/.django

9 lines
287 B
Plaintext
Raw Normal View History

# General
# ------------------------------------------------------------------------------
USE_DOCKER=yes
{% if cookiecutter.use_celery == "y" %}
# Celery
# ------------------------------------------------------------------------------
CELERY_BROKER_URL=redis://redis:6379/0
{% endif %}