Module config

Module config 

Source
Expand description

Zebrad Config

See instructions in commands.rs to specify the path to your application’s configuration file and/or command-line options for specifying it.

Structs§

ZebradConfig
Configuration for zebrad.

Constants§

DENY_CONFIG_KEY_SUFFIX_LIST 🔒
Centralized, case-insensitive suffix-based deny-list to ban setting config fields with environment variables if those config field names end with any of these suffixes.

Functions§

is_sensitive_leaf_key 🔒
Returns true if a leaf key name should be considered sensitive and blocked from environment variable overrides.