Skip to content

Commit

Permalink
Update redis local port
Browse files Browse the repository at this point in the history
  • Loading branch information
shri committed Jul 29, 2024
1 parent 302e613 commit 176abd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.local.example
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ DATABASE_POOL_SIZE=5
DATABASE_POOL_TIMEOUT=30
DATABASE_URL=postgresql+asyncpg://chapter:chapter@localhost:5432/chapter

REDIS_URL=redis://localhost:16379/0
REDIS_URL=redis://localhost:6379/0

# Worker
SAQ_USE_SERVER_LIFESPAN=True
Expand Down

0 comments on commit 176abd6

Please sign in to comment.