Variable AdminConfig.port

Bind port

struct AdminConfig
{
  // ...
  ushort port = cast(ushort)2827u;
  // ...
}