Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 

42 Zeilen
1.4 KiB

  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-uat": {
  11. "REACT_APP_ENV": "2fi-uat",
  12. "REACT_APP_URL": "http://192.168.1.82:80/",
  13. "REACT_APP_BACKEND_PROTOCOL": "http",
  14. "REACT_APP_BACKEND_HOST": "192.168.1.82",
  15. "REACT_APP_BACKEND_PORT": "80",
  16. "REACT_APP_BACKEND_API_PATH": "/api"
  17. },
  18. "2fi-production": {
  19. "REACT_APP_ENV": "2fi-production",
  20. "REACT_APP_URL": "http://192.168.1.80:80/",
  21. "REACT_APP_BACKEND_PROTOCOL": "http",
  22. "REACT_APP_BACKEND_HOST": "192.168.1.80",
  23. "REACT_APP_BACKEND_PORT": "80",
  24. "REACT_APP_BACKEND_API_PATH": "/api"
  25. },
  26. "emsd-uat": {
  27. "REACT_APP_ENV": "emsd-uat",
  28. "REACT_APP_URL": "https://ccsdawardrs-uat.emsd.hksarg/",
  29. "REACT_APP_BACKEND_PROTOCOL": "https",
  30. "REACT_APP_BACKEND_HOST": "ccsdawardrs-uat.emsd.hksarg",
  31. "REACT_APP_BACKEND_PORT": "443",
  32. "REACT_APP_BACKEND_API_PATH": "/api"
  33. },
  34. "emsd-production": {
  35. "REACT_APP_ENV": "emsd-production",
  36. "REACT_APP_URL": "https://ccsdawardrs.emsd.hksarg/",
  37. "REACT_APP_BACKEND_PROTOCOL": "https",
  38. "REACT_APP_BACKEND_HOST": "ccsdawardrs.emsd.hksarg",
  39. "REACT_APP_BACKEND_PORT": "443",
  40. "REACT_APP_BACKEND_API_PATH": "/api"
  41. }
  42. }