// Package configtemplate provides the shared runtime configuration template. package configtemplate import _ "embed" // Template is the canonical config.toml.example content consumed by both // Rust bat and Go bat-api. // //go:embed config.toml.example var Template string