Skip to content

Commit

Permalink
fix: env example
Browse files Browse the repository at this point in the history
  • Loading branch information
genzyy committed Nov 11, 2023
1 parent 2ea3916 commit 6823c57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ ENVIRONMENT=development
# Postgres URL
DATABASE_URL=postgresql://user:[email protected]:5432/my-db

# Redis URL (for caching)
REDIS_URL=redis://user:[email protected]:6379

# Redis URL (for queue)
QUEUE_REDIS_HOST=127.0.0.1
QUEUE_REDIS_PORT=6380

Expand Down

0 comments on commit 6823c57

Please sign in to comment.