如何访问config.json文件中的.env变量?

时间:2019-07-13 04:58:44

标签: javascript reactjs environment-variables config

我正在使用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"
}

0 个答案:

没有答案