Nextmini

Config Environment Variables

Lists environment variables that control controller startup, resets, and runtime behavior.

VariableDescription
CONTROLLER_RESET_DBController DB bootstrap behavior. If unset, reset is enabled (true). If set, only exact values 1, true, or yes enable reset; any other value disables reset and applies schema without dropping existing data.
RUST_LOGLogging level (info, debug, trace).
PYO3_PYTHONPath to Python 3.13 interpreter for nextmini_py Rust tests.
DATABASE_URLPostgreSQL connection string used by helper scripts such as utils/start-database.sh (controller runtime uses [db] config fields).