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

10 lines
280 B
Plaintext
Raw Normal View History

# General
# ------------------------------------------------------------------------------
USE_DOCKER=yes
2018-04-04 13:42:01 +03:00
{%- if cookiecutter.use_celery == 'y' %}
2018-04-04 13:42:01 +03:00
# Redis
# ------------------------------------------------------------------------------
2018-04-04 13:42:01 +03:00
REDIS_URL=redis://redis:6379/0
{% endif %}