f
This commit is contained in:
7
frontend/.env.development
Normal file
7
frontend/.env.development
Normal file
@ -0,0 +1,7 @@
|
||||
# 开发环境配置
|
||||
PORT=3001
|
||||
REACT_APP_ENV=development
|
||||
REACT_APP_API_URL=http://localhost:8080
|
||||
REACT_APP_API_TIMEOUT=10000
|
||||
REACT_APP_DEBUG=true
|
||||
GENERATE_SOURCEMAP=true
|
||||
Reference in New Issue
Block a user