Skip to content

Commit

Permalink
add redis
Browse files Browse the repository at this point in the history
  • Loading branch information
kienvc authored Dec 25, 2024
1 parent a3f72b3 commit 410b4c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RAPIDAPI_URL=
RAPIDAPI_KEY=

# Redis Configuration
REDIS_URL= # Redis URL
REDIS_URL=redis://:@redis-master.redis:6379/1 # Redis URL

# (Optional) Blog Configuration
BLOG_URLS_FILE= # path to file containing blog URLs
Expand All @@ -18,4 +18,4 @@ MAX_TWEETS= # max tweets to scrape
MAX_RETRIES= # max retries for scraping
RETRY_DELAY= # delay between retries
MIN_DELAY= # minimum delay between requests
MAX_DELAY= # maximum delay between requests
MAX_DELAY= # maximum delay between requests

0 comments on commit 410b4c4

Please sign in to comment.