f
This commit is contained in:
7
frontend/.env.production
Normal file
7
frontend/.env.production
Normal 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
|
||||
Reference in New Issue
Block a user