-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
26 lines (21 loc) · 869 Bytes
/
.env.example
File metadata and controls
26 lines (21 loc) · 869 Bytes
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
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=
CLERK_WEBHOOK_SECRET=
NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in
NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up
NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/
NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/
# Supabase
DATABASE_URL= # Set this to the Transaction connection pooler string you copied in Step 1
DIRECT_URL= # Set this to the Session connection pooler string you copied in Step 1
# NextJS (required for Clerk Webhook & RunPod Webhook, so use ngrok locally during development)
FRONTEND_URL=
NEXT_PUBLIC_APP_URL=
# RunPod
RUNPOD_ENDPOINT_ID=
RUNPOD_API_KEY=
RUNPOD_WEBHOOK_TOKEN=
# Monthly Usage Limits
MONTHLY_LIMIT_SECONDS=60 # Default: 60 seconds (1 minute)
# LIMIT_START_DATE=2024-01-01T00:00:00Z # Optional: Custom period start (ISO format)
# LIMIT_END_DATE=2024-01-31T23:59:59Z # Optional: Custom period end (ISO format)