mirror of
https://git.fightbot.fun/hxuanyu/BingPaper.git
synced 2026-02-15 05:59:32 +08:00
6 lines
229 B
Plaintext
6 lines
229 B
Plaintext
# 开发环境配置
|
||
# API 基础 URL - 开发环境直接使用完整的后端服务地址(不使用代理)
|
||
VITE_API_BASE_URL=http://localhost:8080/api/v1
|
||
|
||
# 开发环境使用完整URL,不需要代理
|
||
VITE_API_MODE=direct |