.env 266 B

1234567
  1. SASS_PATH=node_modules:src
  2. PORT=3006
  3. REACT_APP_API=http://localhost:3000
  4. REACT_APP_API_RECIPES=http://localhost:3000/recipes
  5. REACT_APP_API_PLANNER=http://localhost:3000/planner
  6. REACT_APP_API_SHOPPING=http://localhost:3000/shopping
  7. REACT_APP_IMG=http://localhost:3000