8 lines
193 B
Plaintext
8 lines
193 B
Plaintext
# 生产环境配置
|
|
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
|