You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

18 regels
553 B

  1. {
  2. "development": {
  3. "REACT_APP_ENV": "development",
  4. "REACT_APP_URL": "http://localhost:3000/",
  5. "REACT_APP_BACKEND_PROTOCOL": "http",
  6. "REACT_APP_BACKEND_HOST": "localhost",
  7. "REACT_APP_BACKEND_PORT": "8090",
  8. "REACT_APP_BACKEND_API_PATH": "/api"
  9. },
  10. "2fi-production": {
  11. "REACT_APP_ENV": "2fi-production",
  12. "REACT_APP_URL": "http://20.2.170.164/",
  13. "REACT_APP_BACKEND_PROTOCOL": "http",
  14. "REACT_APP_BACKEND_HOST": "20.2.170.164",
  15. "REACT_APP_BACKEND_PORT": "8090",
  16. "REACT_APP_BACKEND_API_PATH": "/api"
  17. }
  18. }