-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
35 lines (27 loc) · 862 Bytes
/
Copy path.env.example
File metadata and controls
35 lines (27 loc) · 862 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
27
28
29
30
31
32
33
34
35
# Copy this file to .env and fill in your values
# NEVER commit the actual .env file
# PostgreSQL / NeonDB
DATABASE_URL=postgresql://USER:PASSWORD@HOST/DBNAME?sslmode=require
PGDATABASE=infra
PGHOST=your-neon-host.neon.tech
PGPORT=5432
PGUSER=your_db_user
PGPASSWORD=your_db_password
# OpenAI API
OPENAI_API_KEY=sk-proj-...
# Slack Integration
SLACK_BOT_TOKEN=xoxb-...
SLACK_CHANNEL_ID=C...
# Stripe API
STRIPE_SECRET_KEY=sk_test_...
VITE_STRIPE_PUBLIC_KEY=pk_test_...
# Session
SESSION_SECRET=your-random-secret-here
# Supabase (auth + database)
VITE_SUPABASE_URL=https://your-project.supabase.co
VITE_SUPABASE_ANON_KEY=your-anon-key
# Frontend API endpoints (Go backend via Vite proxy)
VITE_API_BASE_URL=
# PostHog product analytics (public browser configuration)
VITE_POSTHOG_KEY=your-posthog-project-token
VITE_POSTHOG_HOST=https://your-posthog-host