/// Node configuration.
pub node: node::Config,
/// CLI configuration.
#[serde(default)]
pub cli: cli::Config,
}