DEFAULT_AIR_SERVER_ADDRESS

Constant DEFAULT_AIR_SERVER_ADDRESS 

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

Default gRPC server address for the Air daemon.

Port Allocation:

  • 50051: Mountain Vine server
  • 50052: Cocoon Vine server (VS Code extension hosting)
  • 50053: Air Vine server (Air daemon services - authentication, updates, and more)