-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
32 lines (27 loc) · 1.16 KB
/
Copy path.env.example
File metadata and controls
32 lines (27 loc) · 1.16 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
# ==========================================
# HACKON AGENT - Environment Variables
# ==========================================
# -------------------------------------------------
# CLERK AUTH (Free Tier)
# Get these from https://dashboard.clerk.com
# -------------------------------------------------
# For frontend (publishable key starts with pk_test_...)
VITE_CLERK_PUBLISHABLE_KEY=pk_test_your_publishable_key
# For backend JWKS verification
CLERK_JWKS_URL=https://your-instance.clerk.com/.well-known/jwks.json
CLERK_ISSUER=https://your-instance.clerk.com
# -------------------------------------------------
# SUPABASE (PostgreSQL)
# Get these from https://supabase.com dashboard
# -------------------------------------------------
SUPABASE_URL=https://your-project.supabase.co
SUPABASE_KEY=your-anon-key
# -------------------------------------------------
# BACKEND
# -------------------------------------------------
JWT_SECRET=change-this-to-a-random-secret-at-least-32-chars
PORT=3000
# -------------------------------------------------
# CLIENT (Electron)
# -------------------------------------------------
ELECTRON_STORE_ENCRYPTION_KEY=32-char-encryption-key-change-this