mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-13 13:17:00 +03:00
26ccf9307f
Fixes #1570.
8 lines
227 B
Plaintext
8 lines
227 B
Plaintext
# General
|
|
# ------------------------------------------------------------------------------
|
|
USE_DOCKER=yes
|
|
|
|
# Redis
|
|
# ------------------------------------------------------------------------------
|
|
REDIS_URL=redis://redis:6379/0
|