Skip to content

Commit

Permalink
Adds REDIS_URL to .local.env (#1468)
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Jul 22, 2023
1 parent 79356a1 commit 8f307f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/.local.env
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ POSTGRES_HOST=db
POSTGRES_DB=care
POSTGRES_PORT=5432
DATABASE_URL=postgres://postgres:postgres@db:5432/care
REDIS_URL=redis://redis:6379
CELERY_BROKER_URL=redis://redis:6379/0

DJANGO_DEBUG=False
Expand Down

0 comments on commit 8f307f5

Please sign in to comment.