CeDiscoveryEnvVars class

Environment variables used by local CE discovery.

The names and the default port are a cross-component contract shared with the server (kumiho-server CE deployment defaults) and the installer scripts. Do not change them.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

endpoint → const String
Explicit loopback endpoint override (e.g. 127.0.0.1:9190).
port → const String
Loopback port override (host is forced to 127.0.0.1).
timeoutSeconds → const String
Probe timeout override, in seconds (parsed as a float).