我正在使用React应用,这是我的.env.production文件:
REACT_APP_API_URL=http://192.168.0.16:30/api
这是我的.env.development文件:
REACT_APP_API_URL=http://localhost:13748/api
我如何像这样访问config.json文件中的REACT_APP_API_URL:
{
"apiUrl": "this is where I want to access to REACT_APP_API_URL variable"
}