We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
REDIS_URL
.local.env
1 parent 79356a1 commit 8f307f5Copy full SHA for 8f307f5
1 file changed
docker/.local.env
@@ -4,6 +4,7 @@ POSTGRES_HOST=db
4
POSTGRES_DB=care
5
POSTGRES_PORT=5432
6
DATABASE_URL=postgres://postgres:postgres@db:5432/care
7
+REDIS_URL=redis://redis:6379
8
CELERY_BROKER_URL=redis://redis:6379/0
9
10
DJANGO_DEBUG=False
0 commit comments