gary-core 0.0.1

core components shared by all things gary
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
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;

pub fn blank() {}