-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.env.example
21 lines (18 loc) · 1.06 KB
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Since the ".env" file is gitignored, you can use the ".env.example" file to
# build a new ".env" file when you clone the repo. Keep this file up-to-date
# when you add new variables to `.env`.
# This file will be committed to version control, so make sure not to have any
# secrets in it. If you are cloning this repo, create a copy of this file named
# ".env" and populate it with your secrets.
# When adding additional environment variables, the schema in the env.ts file in the correct package and eventually the env config in the turbo.json file should be changed accordingly.
# should be updated accordingly.
OPEN_WEATHER_API_KEY="..."
UPSTASH_REDIS_REST_URL="https://..."
UPSTASH_REDIS_REST_TOKEN="..."
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="..."
NEXT_PUBLIC_CONVEX_URL="https://..." // The Convex Dev / Prod (if you want to test against prod) public convex URL