settings
settings ¶
HooksSettings ¶
Bases: BaseSettings
Base settings class for hook configuration, backed by environment variables with HOOKS_ prefix.
AutoConf ¶
Automatic settings builder that infers a HooksSettings subclass from a conf module's attributes.
build_settings ¶
Build a settings instance from a conf module, using an explicit HooksSettings subclass or auto-inferring fields.