diff --git a/fog/ledger/server/src/config.rs b/fog/ledger/server/src/config.rs index 20c092abde..78ad2dc2ec 100644 --- a/fog/ledger/server/src/config.rs +++ b/fog/ledger/server/src/config.rs @@ -153,7 +153,7 @@ pub struct LedgerStoreConfig { /// Determines which group of Key Images the Key Image Store instance will /// process. - #[clap(long, default_value = "default")] + #[clap(long, default_value = "default", env = "MC_SHARDING_STRATEGY")] pub sharding_strategy: ShardingStrategy, }