pasejo 2026.5.31

passage re-implementation in Rust for teams
1
2
3
4
5
6
7
8
9
10
11
// 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";