Skip to content

Configuration

alsi-lawr edited this page Jul 21, 2026 · 6 revisions

Configuration

This technical section is for the person who runs the BlokeBot server. Most channel owners and moderators do not need these settings.

BlokeBot uses standard ASP.NET Core configuration. Base settings describe the full shape; environment variables and environment-specific files supply deployment values.

Deep dives

Environment-variable form

Replace each : in a configuration path with __:

TwitchBot:Identity:ClientId
TwitchBot__Identity__ClientId

Keep client secrets out of Nix expressions, command history, images, and tracked settings. Custom-bot encryption has no operator settings; its keys are managed automatically in private persistent application state.

Clone this wiki locally