This commit is contained in:
2025-08-20 01:01:18 +08:00
parent 06bb5439b4
commit b40bb84468
7 changed files with 93 additions and 2 deletions

7
frontend/.env.production Normal file
View File

@ -0,0 +1,7 @@
# 生产环境配置
REACT_APP_ENV=production
REACT_APP_API_URL=https://api.yourdomain.com
REACT_APP_API_TIMEOUT=30000
REACT_APP_DEBUG=false
GENERATE_SOURCEMAP=false
INLINE_RUNTIME_CHUNK=false