library-picturebook-activity/frontend/.env.production

7 lines
206 B
Plaintext
Raw Normal View History

# 生产环境
VITE_API_BASE_URL=/api
# 如果后端部署在不同域名,可以改成完整地址:
# VITE_API_BASE_URL=https://api.your-domain.com
2026-04-08 14:09:52 +08:00
VITE_AI_POST_MESSAGE_URL=http://localhost:3001