-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
23 lines (18 loc) · 808 Bytes
/
.env.example
File metadata and controls
23 lines (18 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Supabase Configuration
NEXT_PUBLIC_SUPABASE_URL=https://your-project.supabase.co
SUPABASE_SERVICE_ROLE_KEY=your-service-role-key-here
# Admin Authentication
# Generate with: openssl rand -base64 32
# REQUIRED for uploading media via /admin/media-upload
ADMIN_API_KEY=your-secure-random-key-here
# OpenAI API (still used by embeddings and some generation tools)
OPENAI_KEY=your-openai-api-key-here
# Site Configuration
NEXT_PUBLIC_SITE_URL=https://alexwelcing.com
# FAL AI (for image and video generation via LTX-2.3)
# FAL_API_KEY=your-fal-ai-key-here
# FAL_KEY=your-fal-ai-key-here
# Hugging Face (default Ship AI chat provider and direct LTX-2.3 Space access)
HF_TOKEN=your-huggingface-token-here
# Optional override for Ship AI chat model
# HF_CHAT_MODEL=Orenguteng/Llama-3.1-8B-Lexi-Uncensored-V2