library-picturebook-activity/frontend/.env.development
2026-04-08 15:32:18 +08:00

7 lines
287 B
Plaintext
Raw 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.

# 开发环境
VITE_API_BASE_URL=/api
# AI 绘本子项目本地 dev servervite proxy /ai-web → 该地址)
VITE_AI_CLIENT_DEV_URL=http://localhost:3001
# 兼容旧名:与 VITE_AI_CLIENT_DEV_URL 二选一即可,优先前者
VITE_AI_POST_MESSAGE_URL=http://localhost:3001