pub const CONFIG_PATH_ENV: &str = "KOPIA_CONFIG_PATH";Expand description
Path to kopia’s connection config file (the persisted repository binding). Unlike the cache, this is per-connection state: concurrent connects to different repositories must not share one file, or they clobber each other.