不知名提交
This commit is contained in:
13
InfoGenie-frontend/.env.production
Normal file
13
InfoGenie-frontend/.env.production
Normal file
@@ -0,0 +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
|
||||
Reference in New Issue
Block a user