-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
36 lines (31 loc) · 1.88 KB
/
Copy path.env.example
File metadata and controls
36 lines (31 loc) · 1.88 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
# ─── Google Cloud ───────────────────────────────────────────────
# Option 1: API Key (for publicly shared folders)
GOOGLE_API_KEY=
# Option 2: Service Account (for private/restricted folders)
GOOGLE_CLIENT_EMAIL=
GOOGLE_PRIVATE_KEY=
# Required: Root Drive folder ID (from the folder URL: drive.google.com/drive/folders/{THIS})
GOOGLE_DRIVE_FOLDER_ID=
# ─── Gemini AI ─────────────────────────────────────────────────
# Required: Gemini API key for vision analysis and embeddings (from aistudio.google.com)
GEMINI_API_KEY=
# ─── Supabase ──────────────────────────────────────────────────
# Required: Supabase project URL and service role key
NEXT_PUBLIC_SUPABASE_URL=
SUPABASE_SERVICE_ROLE_KEY=
# ─── Authentication ────────────────────────────────────────────
# Required: Password attendees enter to access the gallery
APP_PASSWORD=
# Required: Bearer token for admin API endpoints
ADMIN_API_SECRET=
# ─── Face Matching (Optional) ─────────────────────────────────
# Deploy services/face-api/ on Railway/Render/Fly, then set the URL here
# If not configured, face matching features are disabled
FACE_API_URL=
FACE_API_SECRET=
# ─── Event Branding (Optional) ────────────────────────────────
NEXT_PUBLIC_EVENT_NAME=Event Photos
NEXT_PUBLIC_EVENT_TAGLINE=Find your photos
NEXT_PUBLIC_PRIMARY_COLOR=#3b82f6
NEXT_PUBLIC_SECONDARY_COLOR=#f59e0b
NEXT_PUBLIC_ACCENT_COLOR=#3b82f6