// SPDX-FileCopyrightText: The pasejo Authors
// SPDX-License-Identifier: 0BSD
pub const PASEJO_CONFIG: &str = "PASEJO_CONFIG";
pub const PASEJO_DEFAULT_STORE: &str = "PASEJO_DEFAULT_STORE";
pub const PASEJO_DATA_DIR: &str = "PASEJO_DATA_DIR";
pub const PASEJO_DISABLE_HOOK_THROTTLING: &str = "PASEJO_DISABLE_HOOK_THROTTLING";
pub const CODEBERG_HOST: &str = "CODEBERG_HOST";
pub const GITHUB_HOST: &str = "GITHUB_HOST";
pub const GITLAB_HOST: &str = "GITLAB_HOST";