Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 

18 righe
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://52.175.12.19:80/",
  13. "REACT_APP_BACKEND_PROTOCOL": "http",
  14. "REACT_APP_BACKEND_HOST": "localhost",
  15. "REACT_APP_BACKEND_PORT": "8090",
  16. "REACT_APP_BACKEND_API_PATH": "/api"
  17. }
  18. }