-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
29 lines (29 loc) · 1.02 KB
/
Copy path.env.example
File metadata and controls
29 lines (29 loc) · 1.02 KB
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
# database url get it from https://neon.tech
DATABASE_URL=""
# vector db https://pinecone.io
PINECONE_API_KEY=""
# better auth secret any strong string
BETTER_AUTH_SECRET="TUwiLV5uV1ck4qZDsu07L5wgiEh8XNJrk"
# for Oauth get it from https://github.com
GITHUB_CLIENT_ID=""
# for Oauth get it from https://github.com
GITHUB_CLIENT_SECRET=""
# frontend url
BETTER_AUTH_URL="http://localhost:5000"
# frontend url
NEXT_PUBLIC_APP_BASE_URL="http://localhost:5000"
# for background jobs https://inngest.com NOTE: ONLY IN PRODUCTION
INNGEST_EVENT_KEY=""
# for background jobs https://inngest.com NOTE: ONLY IN PRODUCTION
INNGEST_SIGNING_KEY=""
# inngest development server
INNGEST_API_BASE_URL="http://127.0.0.1:8292"
INNGEST_EVENT_API_BASE_URL="http://127.0.0.1:8292"
# GEMINI API key https://aistudio.google.com
GOOGLE_GENERATIVE_AI_API_KEY=""
# payment gateway access token get from https://polar.sh
POLAR_ACCESS_TOKEN=""
# redirect after payment
POLAR_SUCCESS_URL="http://localhost:5000"
# for payment events https://polar.sh
POLAR_WEBHOOK_SECRET=""