mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 12:15:40 +08:00
fix(config): dont read cert and url if keymanager is disabled (#6091)
This commit is contained in:
@ -25,7 +25,7 @@ use crate::{
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct KeyManagerState {
|
||||
pub enabled: Option<bool>,
|
||||
pub enabled: bool,
|
||||
pub url: String,
|
||||
pub client_idle_timeout: Option<u64>,
|
||||
#[cfg(feature = "km_forward_x_request_id")]
|
||||
|
||||
Reference in New Issue
Block a user