修改环境配置,根据配置自动选中后端地址,不需要再手动更改
This commit is contained in:
4
.env.development
Normal file
4
.env.development
Normal file
@ -0,0 +1,4 @@
|
||||
# 本地后端地址
|
||||
REACT_APP_BACKEND_ADDRESS=http://localhost:8080
|
||||
# 超时时间
|
||||
REACT_APP_BACKEND_TIMEOUT=10000
|
||||
Reference in New Issue
Block a user