Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 

18 wiersze
563 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": "https://forms.lioner.com/",
  13. "REACT_APP_BACKEND_PROTOCOL": "https",
  14. "REACT_APP_BACKEND_HOST": "forms.lioner.com",
  15. "REACT_APP_BACKEND_PORT": "8090",
  16. "REACT_APP_BACKEND_API_PATH": "/api"
  17. }
  18. }