15 lines
547 B
Plaintext
Executable File
15 lines
547 B
Plaintext
Executable File
# Environment Configuration for Pecan Experiments Application
|
|
|
|
# USDA Vision Camera System API Configuration
|
|
# Recommended default: use a relative path so the dev server proxy routes to the API container
|
|
# Leave unset to default to "/api" (see vite.config.ts proxy)
|
|
# To override and point directly, set e.g.:
|
|
# VITE_VISION_API_URL=http://vm-host-or-ip:8000
|
|
|
|
# Supabase Configuration (if needed for production)
|
|
# VITE_SUPABASE_URL=your_supabase_url
|
|
# VITE_SUPABASE_ANON_KEY=your_supabase_anon_key
|
|
|
|
# Development Configuration
|
|
# VITE_DEV_MODE=true
|