25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

18 lines
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. }