-
Notifications
You must be signed in to change notification settings - Fork 124
Expand file tree
/
Copy path.env.example
More file actions
28 lines (24 loc) · 915 Bytes
/
Copy path.env.example
File metadata and controls
28 lines (24 loc) · 915 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
# Frontend
VITE_SUPABASE_URL=https://your-project.supabase.co
VITE_SUPABASE_ANON_KEY=your-supabase-anon-key
VITE_VAPID_PUBLIC_KEY=your-vapid-public-key
VITE_API_URL=http://localhost:5000
VITE_PISTON_API_URL=https://emkc.org/api/v2/piston/execute
# Backend
PORT=5000
NODE_ENV=development
SUPABASE_URL=https://your-project.supabase.co
SUPABASE_SERVICE_ROLE_KEY=your-supabase-service-role-key
SUPABASE_JWT_SECRET=your-supabase-jwt-secret
OPENROUTER_API_KEY=your-openrouter-api-key
FRONTEND_URL=http://localhost:8080
SITE_URL=http://localhost:8080
# Scheduled jobs and internal webhooks
CRON_SECRET=replace-with-a-long-random-secret
WEBHOOK_SECRET=replace-with-a-different-long-random-secret
# Browser push notifications
VAPID_PUBLIC_KEY=your-vapid-public-key
VAPID_PRIVATE_KEY=your-vapid-private-key
VAPID_SUBJECT=mailto:admin@example.com
# Optional email/reset links
PASSWORD_RESET_BASE_URL=http://localhost:8080