-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
21 lines (17 loc) · 985 Bytes
/
.env.example
File metadata and controls
21 lines (17 loc) · 985 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Environment examples for closedNote (Next.js)
# Copy to `.env.local` and fill in values as needed.
# Supabase Configuration (REQUIRED)
# Get these values from your Supabase project settings: https://app.supabase.com
NEXT_PUBLIC_SUPABASE_URL=your-project-url.supabase.co
NEXT_PUBLIC_SUPABASE_ANON_KEY=your-anon-key
# Optional: control client logging verbosity in dev
# Allowed: debug | info | warn | error (app uses console.* directly)
NEXT_PUBLIC_LOG_LEVEL=info
# HuggingFace API (REQUIRED for default AI features: chat refinement, chain runs)
# Free tier available - get a key at: https://huggingface.co/settings/tokens
# This key is server-side only and never exposed to users
HUGGINGFACE_API_KEY=hf_your_key_here
# OpenAI API (OPTIONAL - enables OCR vision + lets users override the default AI provider)
# If set, used as server fallback for OCR when users haven't added their own key in Settings.
# Get your API key from: https://platform.openai.com/api-keys
OPENAI_API_KEY=