DefaultBindAddress

Constant DefaultBindAddress 

Source
pub const DefaultBindAddress: &str = "[::1]:50053";
Expand description

Default gRPC bind address for the Vine server

Note: Port 50053 is used for Air to avoid conflict with Cocoon (port 50052)

Addresses in order of preference:

  • --bind flag value (if provided)
  • DefaultBindAddress constant: [::1]:50053

TODO: Add support for:

  • IPv4-only binding (0.0.0.0:50053)
  • IPv6-only binding ([::]:50053)
  • Wildcard binding for all interfaces