mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-24 13:16:28 +00:00
fix: modify config obs_endpoint comment
This commit is contained in:
@@ -63,7 +63,6 @@ pub struct Opt {
|
|||||||
pub console_fs_endpoint: Option<String>,
|
pub console_fs_endpoint: Option<String>,
|
||||||
|
|
||||||
/// Observability configuration file
|
/// Observability configuration file
|
||||||
/// Default value: config/obs.toml
|
|
||||||
#[arg(long, default_value_t = rustfs_config::DEFAULT_OBS_ENDPOINT.to_string(), env = "RUSTFS_OBS_ENDPOINT")]
|
#[arg(long, default_value_t = rustfs_config::DEFAULT_OBS_ENDPOINT.to_string(), env = "RUSTFS_OBS_ENDPOINT")]
|
||||||
pub obs_endpoint: String,
|
pub obs_endpoint: String,
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user