No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

.env-cmdrc 701 B

hace 6 meses
hace 6 meses
hace 3 semanas
hace 6 meses
hace 6 meses
1234567891011121314151617181920
  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_ADOBE_API_KEY": "97e02339319940a28d1181b1a06076a2",
  9. "REACT_APP_BACKEND_API_PATH": "/api"
  10. },
  11. "2fi-production": {
  12. "REACT_APP_ENV": "2fi-production",
  13. "REACT_APP_URL": "https://forms.lioner.com/",
  14. "REACT_APP_BACKEND_PROTOCOL": "https",
  15. "REACT_APP_BACKEND_HOST": "forms.lioner.com",
  16. "REACT_APP_BACKEND_PORT": "8090",
  17. "REACT_APP_ADOBE_API_KEY": "7f498776ecdf47399d7e123d85b9fe1b",
  18. "REACT_APP_BACKEND_API_PATH": "/api"
  19. }
  20. }