cookiecutter-django/{{cookiecutter.project_slug}}/.envs/.local/.django
Nikita P. Shupeyko 34673ff686 Merge .celery envs file with .django
Rationale: workflow simplification.
2018-04-04 10:52:16 +03:00

9 lines
287 B
Plaintext

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