NODE_ENV=development PORT=3000 # Match whatever you set in the root .env (POSTGRES_USER/PASSWORD/DB) — # do not commit the real value. DATABASE_URL="postgresql://changeme:changeme@localhost:5432/batchcooking?schema=public"