-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
56 lines (46 loc) · 3.31 KB
/
.env.example
File metadata and controls
56 lines (46 loc) · 3.31 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# ╔══════════════════════════════════════════════════════════════════════════╗
# ║ Local development ║
# ║ ║
# ║ Choose ONE option: JSON dump, TCP database, or HTTP database. ║
# ╚══════════════════════════════════════════════════════════════════════════╝
# LAN / remote dev: set this machine's IP so the dev server accepts cross-origin requests
# NEXT_DEV_ALLOWED_ORIGINS=10.112.9.49
# Option A: JSON dump (no database needed)
# Download a DB dump release, unzip it, and point this to the directory.
# See README for setup instructions.
# DUMP_DIR=./inferencex-dump/inferencex-dump-2026-03-30
# Option B: TCP database (postgres.js — works with any Postgres instance)
# DATABASE_READONLY_URL=postgresql://postgres:postgres@localhost:5432/postgres
# DATABASE_DRIVER=postgres
# DATABASE_SSL=false
# Option C: HTTP database (Neon serverless driver — requires a Neon-hosted instance)
# DATABASE_READONLY_URL=
# DATABASE_DRIVER=neon
# DATABASE_SSL=true
# GitHub PAT (optional) — improves rate limits for star count and workflow metadata
# Create at: https://github.com/settings/personal-access-tokens
# GITHUB_TOKEN=
# ╔══════════════════════════════════════════════════════════════════════════╗
# ║ Production deployment (Vercel) ║
# ║ ║
# ║ Set these in the Vercel dashboard. All are required. ║
# ╚══════════════════════════════════════════════════════════════════════════╝
# DATABASE_READONLY_URL=
# DATABASE_DRIVER=neon
# DATABASE_SSL=true
# BLOB_CACHE_PREFIX=
# BLOB_READ_WRITE_TOKEN=
# GITHUB_TOKEN=
# PostHog analytics
# NEXT_PUBLIC_POSTHOG_KEY=
# NEXT_PUBLIC_POSTHOG_HOST=
# POSTHOG_PERSONAL_API_KEY=
# POSTHOG_PROJECT_ID=
# ╔══════════════════════════════════════════════════════════════════════════╗
# ║ Database administration (DO NOT SHARE) ║
# ║ ║
# ║ Only needed for running DB scripts (migrate, ingest, reset, etc). ║
# ║ Not needed for running the app. ║
# ╚══════════════════════════════════════════════════════════════════════════╝
# DATABASE_WRITE_URL=
# INVALIDATE_SECRET=