1 2 3
pub const DRIVE_API_URL: &'static str = "https://drive.deta.sh/v1"; pub const DATABASE_API_URL: &'static str = "https://database.deta.sh/v1"; pub const MAX_DATA_CHUNK_SIZE: usize = 1024 * 1024 * 10;