OptionaladvertisedOptionalallowtells if the server default endpoints should allow anonymous connection.
Optionalalternatealternate hostname or IP to use
Optionaldisabletrue, if discovery service on secure channel shall be disabled
OptionalhostHost IP address or hostname where the TCP server listens for connections. If omitted, defaults to listening on all network interfaces:
Optionalhostnamethe primary hostname of the endpoint.
Optionalportthe TCP port to listen to.
Optionalsecuritythe possible security mode that the server will expose
Optionalsecuritythe possible security policies that the server will expose
Additional endpoint URL(s) to advertise.
Use when the server is behind Docker port-mapping, a reverse proxy, or a NAT gateway. Each URL is parsed to extract hostname and port. Each entry can be a plain URL string (inherits all security settings from the main endpoint) or an
AdvertisedEndpointConfigobject with per-URL overrides. The server still listens onport.