Skip to content

Commit

Permalink
chore: Enhanced the env.example file with some nice examples
Browse files Browse the repository at this point in the history
  • Loading branch information
FleetAdmiralJakob committed Jan 27, 2024
1 parent 694f069 commit 7fe7f8c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
OPEN_WEATHER_API_KEY="..."
UPSTASH_REDIS_REST_URL="https://..."
UPSTASH_REDIS_REST_TOKEN="..."
UPSTASH_RATELIMITER_TOKENS_PER_TIME="..."
UPSTASH_RATELIMITER_TIME_INTERVAL="..."
UPSTASH_RATELIMITER_TOKENS_PER_TIME="..." // e.g. 30
UPSTASH_RATELIMITER_TIME_INTERVAL="..." // e.g. 1s, 1m, 1h, 1d
UPSTASH_RATELIMITER_EXCLUDED_IPS="..." // List of IPs separated by comma
RESEND_API_KEY="re_..."
QWEATHER_API_KEY="..."
API_NINJA_API_KEY="..."

1 comment on commit 7fe7f8c

@vercel
Copy link

@vercel vercel bot commented on 7fe7f8c Jan 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.