chore: add frontend/.env.example
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# 前端环境变量配置
|
||||
|
||||
# 后端 API 基础地址(开发环境)
|
||||
VITE_API_BASE_URL=http://localhost:3001
|
||||
|
||||
# 生产环境请修改为实际的后端地址
|
||||
# VITE_API_BASE_URL=http://your-api-domain.com
|
||||
Reference in New Issue
Block a user