datafold 0.1.55

A personal database for data sovereignty with AI-powered ingestion
Documentation
1
2
3
4
5
6
7
8
9
10
/// Common constants used across the DataFold project.
///
/// These defaults are used for command line arguments and
/// configuration when explicit values are not provided.
pub const DEFAULT_P2P_PORT: u16 = 9000;
pub const DEFAULT_HTTP_PORT: u16 = 9001;
pub const DEFAULT_SCHEMA_SERVICE_PORT: u16 = 9002;

/// The sole ID for the single public key used for signing validation.
pub const SINGLE_PUBLIC_KEY_ID: &str = "SYSTEM_WIDE_PUBLIC_KEY";