Skip to content

Configuration

Leonard Ramminger edited this page Aug 9, 2026 · 1 revision

Configuration

Beez settings are Lua tables. You can split them between a global user file, a project file, environment variables, and CLI flags. Only set what you need; everything else keeps its default.

Contents

Quick commands

beez --show-config # print merged active settings
beez --config-options # list top-level config keys
beez --config-options cache.compress.algorithm # list allowed enum values

A full annotated example lives in the Beez repository at scripts/config.lua.example.

Related pages

Clone this wiki locally