# Backend — copy to backend/.env for local dev DATABASE_URL=postgresql://postgres:postgres@localhost:5432/food_prices # Frontend — copy to frontend/.env.local for local dev NEXT_PUBLIC_API_URL=http://localhost:8000