-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
46 lines (39 loc) · 1.49 KB
/
.env.example
File metadata and controls
46 lines (39 loc) · 1.49 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
# Executive Intent - Environment Variables
# Copy this to .env.local and fill in your values
# ===========================================
# SUPABASE
# ===========================================
NEXT_PUBLIC_SUPABASE_URL=https://your-project.supabase.co
NEXT_PUBLIC_SUPABASE_ANON_KEY=your-anon-key
SUPABASE_SERVICE_ROLE_KEY=your-service-role-key
# ===========================================
# GOOGLE OAUTH
# ===========================================
GOOGLE_CLIENT_ID=your-client-id.apps.googleusercontent.com
GOOGLE_CLIENT_SECRET=your-client-secret
GOOGLE_REDIRECT_URI=http://localhost:3000/api/google/callback
# ===========================================
# GOOGLE CLOUD
# ===========================================
GOOGLE_CLOUD_PROJECT=your-gcp-project-id
GOOGLE_KMS_KEYRING=app-keyring
GOOGLE_KMS_KEY=token-kek
# ===========================================
# NIGHTFALL DLP
# ===========================================
NIGHTFALL_API_KEY=your-nightfall-api-key
# ===========================================
# EMBEDDINGS (Vertex AI - uses ADC/WIF, no API key)
# ===========================================
GCP_PROJECT_ID=your-gcp-project-id
GCP_LOCATION=us-central1
# ===========================================
# INNGEST
# ===========================================
INNGEST_EVENT_KEY=your-inngest-event-key
INNGEST_SIGNING_KEY=your-inngest-signing-key
# ===========================================
# APP
# ===========================================
NEXT_PUBLIC_APP_URL=http://localhost:3000
NODE_ENV=development