[][src]Function tari_common::configuration::utils::default_config

pub fn default_config(bootstrap: &ConfigBootstrap) -> Config

Generate the global Tari configuration instance.

The Config object that is returned holds all the default values possible in the ~/.tari.config.toml file. These will typically be overridden by userland settings in envars, the config file, or the command line.