arti cfg: Fix docs about ARTI_EXAMPLE_CONFIG

The defaults are now
This commit is contained in:
Ian Jackson 2022-06-17 16:18:38 +01:00
parent bca7250524
commit a1cc2578b3
1 changed files with 4 additions and 1 deletions

View File

@ -10,7 +10,10 @@ use tor_config::{impl_standard_builder, ConfigBuildError};
use crate::{LoggingConfig, LoggingConfigBuilder};
/// Default options to use for our configuration.
/// Example file demonstrating our our configuration and the default options.
///
/// The options in this example file are all commented out;
/// the actual defaults are done via builder attributes in all the Rust config structs.
pub const ARTI_EXAMPLE_CONFIG: &str = concat!(include_str!("./arti-example-config.toml"),);
/// Structure to hold our application configuration options