spin_runtime_config

Function key_value_config_resolver

Source
pub fn key_value_config_resolver(
    local_store_base_path: Option<PathBuf>,
    default_store_base_path: Option<PathBuf>,
) -> RuntimeConfigResolver
Expand description

The key-value runtime configuration resolver.

Takes a base path that all local key-value stores which are configured with relative paths will be relative to. It also takes a default store base path which will be used as the directory for the default store.