forked from tierrun/tier-vercel-openai
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
38 lines (30 loc) · 1.42 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
# -----------------------------------------------------------------------------
# App
# -----------------------------------------------------------------------------
NEXT_PUBLIC_APP_URL=http://localhost:3000
# -----------------------------------------------------------------------------
# Authentication (NextAuth.js)
# -----------------------------------------------------------------------------
NEXTAUTH_URL=http://localhost:3000
NEXTAUTH_SECRET=
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
# -----------------------------------------------------------------------------
# Subscriptions (Tier Cloud)
# -----------------------------------------------------------------------------
TIER_BASE_URL=https://api.tier.run
TIER_API_KEY= # Stripe Secret Key
# -----------------------------------------------------------------------------
# Database (Vercel Storage - Postgres)
# -----------------------------------------------------------------------------
POSTGRES_PRISMA_URL=
POSTGRES_URL_NON_POOLING=
# -----------------------------------------------------------------------------
# Database (PlanetScale / Supabase)
# Enable if you are not using Vercel Postgres
# -----------------------------------------------------------------------------
# DATABASE_URL=
# -----------------------------------------------------------------------------
# AI API (OpenAI)
# -----------------------------------------------------------------------------
OPENAI_API_KEY=