.env.production 113 B

1234
  1. # 生产环境配置
  2. VITE_APP_ENV=production
  3. VITE_API_BASE_URL=https://api.yourdomain.com
  4. VITE_API_TIMEOUT=15000