####### LOCAL DEVELOPMENT ####### NODE_ENV=development HOSTNAME=0.0.0.0 FRONTEND_PORT=3000 BACKEND_PORT=4000 BACKEND=http://localhost:4000 CORS_ALLOWED_ORIGIN=http://localhost:3000