-
Notifications
You must be signed in to change notification settings - Fork 5
/
.env.example
39 lines (30 loc) · 1.14 KB
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# 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 "/src/env.js"
# should be updated accordingly.
# Drizzle
# Get the Database URL from Xata.
XATA_DATABASE_URL=some-xata-database-url
XATA_API_KEY=xata-api-key
# Clerk
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=pk_test_clerk_test_key
CLERK_SECRET_KEY=sk_test_clerk_test_key
NEXT_PUBLIC_CLERK_SIGN_IN_URL=/join
NEXT_PUBLIC_CLERK_SIGN_UP_URL=/join
# Github
GITHUB_TOKEN=CREATE_GITHUB_KEY
# Square
NEXT_PUBLIC_SQUARE_APP_ID=sandbox-key
NEXT_PUBLIC_SQUARE_LOCATION_ID=Location-id
SQUARE_ACCESS_TOKEN=square-sandbox-access-token
# Cash payment
CASH_PASSWORD=some-password
# Upstash
UPSTASH_REDIS_REST_URL=upstash-redis-url
UPSTASH_REDIS_REST_TOKEN=upstash-redis-token
# Mapbox
NEXT_PUBLIC_MAPBOX_API=mapbox-key