-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
27 lines (18 loc) · 950 Bytes
/
.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
# Just need a kinde app to configure this https://kinde.com/
KINDE_CLIENT_ID=
KINDE_CLIENT_SECRET=
KINDE_ISSUER_URL= # kind issuer url here
KINDE_SITE_URL=http://localhost:3000
KINDE_POST_LOGOUT_REDIRECT_URL=http://localhost:3000
KINDE_POST_LOGIN_REDIRECT_URL=http://localhost:3000/dashboard
# Just need to create a supabase project from this: https://supabase.com/
DATABASE_URL='postgres://postgres.[your-supabase-project]:[dbpassword]@aws-0-us-west-1.pooler.supabase.com:6543/postgres?pgbouncer=true&connection_limit=1'
DIRECT_URL='postgres://postgres.[your-supabase-project]:[dbpassword]@aws-0-us-west-1.pooler.supabase.com:5432/postgres'
# NeEd a uploadthing account to configure this https://uploadthing.com/
UPLOADTHING_SECRET=
UPLOADTHING_APP_ID=
UPLOADTHING_URL=http://localhost:3000
# Need to create a pinecone account to configure this https://pinecone.io/
PINECONE_API_KEY=
OPEN_AI_API_KEY=
BACKEND_SERVER=http://localhost:4000