Documentation
¶
Overview ¶
Package config defines the environment variables expected by the Coordinator for configuration settings.
Index ¶
Constants ¶
const ClientAddr = "EDG_COORDINATOR_CLIENT_ADDR"
ClientAddr is the coordinator's address for the HTTP-REST server to listen on.
const ClientAddrDefault = ":4433"
ClientAddrDefault is the coordinator's default address for the HTTP-REST server to listen on.
const DNSNames = "EDG_COORDINATOR_DNS_NAMES"
DNSNames are the alternative dns names for the coordinator's certificate.
const DNSNamesDefault = "localhost"
DNSNamesDefault are the default dns names for the coordinator's certificate.
const DevMode = "EDG_COORDINATOR_DEV_MODE"
DevMode enables more verbose logging.
const DevModeDefault = "0"
DevModeDefault is the default logging mode.
const MeshAddr = "EDG_COORDINATOR_MESH_ADDR"
MeshAddr is the coordinator's address for the gRPC server to listen on.
const MeshAddrDefault = ":2001"
MeshAddrDefault is the coordinator's default address for the gRPC server to listen on.
const PromAddr = "EDG_COORDINATOR_PROMETHEUS_ADDR"
PromAddr is the coordinator's address for the prometheus endpoint server to listen on.
const SealDir = "EDG_COORDINATOR_SEAL_DIR"
SealDir is the coordinator's file location to store the sealed state.
const StartupManifest = "EDG_STARTUP_MANIFEST"
/ StartupManifest is a path to a manifest to start with instead of waiting for a manifest from the api
Variables ¶
This section is empty.
Functions ¶
func SealDirDefault ¶ added in v0.3.1
func SealDirDefault() string
SealDirDefault returns the coordinator's default file location to store the sealed state.
Types ¶
This section is empty.