chore: stop tracking backend .env
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
# React 构建时环境变量
|
||||
# 用于 Docker 构建
|
||||
|
||||
# API URL - 在 Docker 环境下,前端和后端在同一个容器
|
||||
# 使用相对路径,这样前端会自动使用当前域名
|
||||
REACT_APP_API_URL=
|
||||
|
||||
# 应用信息
|
||||
REACT_APP_NAME=InfoGenie
|
||||
REACT_APP_VERSION=1.0.0
|
||||
|
||||
# 调试模式(生产环境关闭)
|
||||
REACT_APP_DEBUG=false
|
||||
# React 生产环境变量
|
||||
# 用于前端独立部署
|
||||
|
||||
# API URL - 指向后端服务器
|
||||
# 使用域名方式访问后端 API
|
||||
REACT_APP_API_URL=https://infogenie.api.shumengya.top
|
||||
|
||||
# 应用信息
|
||||
REACT_APP_NAME=InfoGenie
|
||||
REACT_APP_VERSION=1.0.0
|
||||
|
||||
# 调试模式(生产环境关闭)
|
||||
REACT_APP_DEBUG=false
|
||||
|
||||
Reference in New Issue
Block a user