filesend/frontend/.env

9 lines
203 B
Bash
Raw Permalink Normal View History

2025-10-10 17:26:52 +08:00
# 前端环境变量配置
# 复制此文件为 .env 并修改相应配置
# API基础URL
REACT_APP_API_BASE_URL=http://localhost:5000
# 应用信息
REACT_APP_APP_NAME=FileSend
REACT_APP_VERSION=1.0.0