ufutx-pc-website/.env.development

5 lines
169 B
Plaintext
Raw Normal View History

2025-06-09 10:23:45 +08:00
# .env.development (开发环境)
VITE_API_BASE_URL = 'http://localhost:3000/api'
# .env.production (生产环境)
VITE_API_BASE_URL = 'https://your-api-domain.com/api'