iloom-flatten/.env.example

20 lines
374 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Supabase 配置
VITE_SUPABASE_URL=https://your-project.supabase.co
VITE_SUPABASE_ANON_KEY=your-anon-key
# 应用配置
VITE_APP_NAME=织机Demo版
VITE_APP_VERSION=1.0.0
VITE_APP_ENV=development
# 功能开关
VITE_ENABLE_ANALYTICS=false
VITE_ENABLE_SENTRY=false
# API 配置
VITE_API_TIMEOUT=30000
VITE_API_RETRY_COUNT=3
# 缓存配置
VITE_CACHE_DURATION=5000