fix: modify config obs_endpoint comment

This commit is contained in:
houseme
2025-06-28 17:19:10 +08:00
parent c7095d913f
commit f46ffd8885
-1
View File
@@ -63,7 +63,6 @@ pub struct Opt {
pub console_fs_endpoint: Option<String>,
/// Observability configuration file
/// Default value: config/obs.toml
#[arg(long, default_value_t = rustfs_config::DEFAULT_OBS_ENDPOINT.to_string(), env = "RUSTFS_OBS_ENDPOINT")]
pub obs_endpoint: String,