pub async fn InitializeAndMergeConfigurations(
Environment: &MountainEnvironment,
) -> Result<(), CommonError>Expand description
Logic to load and merge all configuration files into the effective
configuration stored in ApplicationState.
pub async fn InitializeAndMergeConfigurations(
Environment: &MountainEnvironment,
) -> Result<(), CommonError>Logic to load and merge all configuration files into the effective
configuration stored in ApplicationState.