{ "development": { "REACT_APP_ENV": "development", "REACT_APP_URL": "http://localhost:3000/", "REACT_APP_BACKEND_PROTOCOL": "http", "REACT_APP_BACKEND_HOST": "localhost", "REACT_APP_BACKEND_PORT": "8090", "REACT_APP_BACKEND_API_PATH": "/api" }, "2fi-production": { "REACT_APP_ENV": "2fi-production", "REACT_APP_URL": "http://52.175.12.19:80/", "REACT_APP_BACKEND_PROTOCOL": "http", "REACT_APP_BACKEND_HOST": "localhost", "REACT_APP_BACKEND_PORT": "8090", "REACT_APP_BACKEND_API_PATH": "/api" } }