-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.template
More file actions
21 lines (18 loc) · 1.1 KB
/
.env.template
File metadata and controls
21 lines (18 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
VITE_SUPABASE_URL=your-supabase-url-here
VITE_SUPABASE_PUBLISHABLE_KEY=your-supabase-anon-key-here
VITE_SUPABASE_PROJECT_ID=your-supabase-project-id-here
# Volcano Engine API Configuration
# Important: You must replace the placeholders with your actual API credentials
# 1. Sign up for Volcano Engine account at https://www.volcengine.com/
# 2. Create an API key in the Volcano Engine console
# 3. Copy the API key and replace the placeholder below
# 4. Check your Volcano Engine console for the correct model IDs
# The API key format typically looks like: ak_1a2b3c4d5e6f7g8h9i0j
VITE_VOLCANO_API_KEY=your-volcano-api-key-here
# Optional: Configure model IDs if the default ones don't work
# Check your Volcano Engine console for available model IDs
# VITE_VOLCANO_MODEL_ID=your-image-model-id-here
# VITE_VOLCANO_KEYWORD_MODEL_ID=your-keyword-model-id-here
# Do NOT uncomment the line below in development - it will bypass the proxy and cause CORS errors
# VITE_VOLCANO_API_ENDPOINT=https://ark.cn-beijing.volces.com/api/v3/responses
# Uncomment only if you need direct API access (e.g., in production with proper CORS setup)