mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-10 13:44:43 +00:00
Redis config in local is now conditional on Celery.
This commit is contained in:
parent
36529326d3
commit
867e2ad629
1 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,8 @@
|
|||
# ------------------------------------------------------------------------------
|
||||
USE_DOCKER=yes
|
||||
|
||||
{%- if cookiecutter.use_celery == 'y' %}
|
||||
# Redis
|
||||
# ------------------------------------------------------------------------------
|
||||
REDIS_URL=redis://redis:6379/0
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue