Environment variables

Boltzmann's built-in features are configurable using environment variables.

Boltzmann's core features are configured using the following environment variables:

Boltzmann does not express any opinions about how you set environment variables. In development you can use dotenv with an invocation like this:

node -r dotenv/config ./boltzmann.js

Optional Boltzmann features are also configurable with either environment variables or config passed in when you attach their middleware to your app or handlers. Consult the documentation for specific features for details on how to configure them.