-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
57 lines (48 loc) · 1.29 KB
/
env.example
File metadata and controls
57 lines (48 loc) · 1.29 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
57
# Database (MongoDB — self-hosted on GCE or DigitalOcean)
DATABASE_URL_ONLINE=
# Redis (Valkey on GCE or DigitalOcean)
REDIS_USERNAME=
REDIS_PASSWORD=
REDIS_HOST=
REDIS_PORT=
# Set to "false" for self-hosted Valkey without TLS (default: TLS enabled)
# REDIS_TLS=false
# Auth (Clerk)
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=
CLERK_WEBHOOK_SECRET=
# OpenSearch (self-hosted on GCE with security enabled)
ELASTIC_URL=
ELASTIC_USERNAME=
ELASTIC_PASSWORD=
ELASTIC_ACCOUNTS_INDEX=accounts
ELASTIC_CATEGORIES_INDEX=categories
# GCP (Pub/Sub, Vertex AI, Storage)
GCP_PROJECT_ID=
# For local dev: path to service account JSON
# GOOGLE_APPLICATION_CREDENTIALS=./gcp-service-account.json
# Analytics
NEXT_PUBLIC_POSTHOG_KEY=
NEXT_PUBLIC_POSTHOG_HOST=
# Storage (DigitalOcean Spaces)
DO_SPACES_KEY=
DO_SPACES_SECRET=
DO_SPACES_REGION=
DO_SPACES_BUCKET=
DO_SPACES_ENDPOINT=
# Email
RESEND_API_KEY=
# Platform APIs
YOUTUBE_API_KEY=
TWITTER_BEARER_TOKEN=
INSTAGRAM_ACCESS_TOKEN=
INSTAGRAM_BUSINESS_ACCOUNT_ID=
# Search tuning (all optional — defaults work)
# SEARCH_ENABLE_FUZZY=true
# SEARCH_ENABLE_INFIX=true
# SEARCH_ENABLE_POPULARITY_BOOST=true
# SEARCH_FUZZY_THRESHOLD=5,8
# SEARCH_FUZZY_PREFIX_LENGTH=2
# SEARCH_INFIX_MIN_QUERY_LENGTH=4
# SEARCH_POPULARITY_FACTOR=0.0001
# SEARCH_POPULARITY_MODIFIER=sqrt