pub const TARGET: &str = "127.0.0.1";
// Deployment Management Defaults
pub const DEPLOYMENT_PORT: i32 = 8002;
// Gossip Defaults
pub const GOSSIP_PORT: i32 = 8001;
pub const GOSSIP_INTERVAL: i16 = 500;
pub const GOSSIP_FANOUT: i8 = 3;
// API Defaults
pub const API_PORT: i32 = 8000;