Environment variables
2 minute readBoltzmann's built-in features are configurable using environment variables.
Boltzmann's built-in features are configurable using environment variables.
Every route handler receives exactly one parameter: a context object. You should extend the context object with whatever data you find useful to preserve through the lifetime of a single request.
This document covers the built-in middleware Boltzmann makes available. Some middleware is automatically installed by Boltzmann when scaffolded with certain feature flags.