config

package
v0.3.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 4, 2021 License: MPL-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package config defines the environment variables expected by the Coordinator for configuration settings.

Index

Constants

View Source
const ClientAddr = "EDG_COORDINATOR_CLIENT_ADDR"

ClientAddr is the coordinator's address for the HTTP-REST server to listen on

View Source
const ClientAddrDefault = ":4433"

ClientAddrDefault is the coordinator's default address for the HTTP-REST server to listen on

View Source
const DNSNames = "EDG_COORDINATOR_DNS_NAMES"

DNSNames are the alternative dns names for the coordinator's certificate

View Source
const DNSNamesDefault = "localhost"

DNSNamesDefault are the default dns names for the coordinator's certificate

View Source
const DevMode = "EDG_COORDINATOR_DEV_MODE"

DevMode enables more verbose logging

View Source
const DevModeDefault = "0"

DevModeDefault is the default logging mode.

View Source
const MeshAddr = "EDG_COORDINATOR_MESH_ADDR"

MeshAddr is the coordinator's address for the gRPC server to listen on

View Source
const MeshAddrDefault = ":2001"

MeshAddrDefault is the coordinator's default address for the gRPC server to listen on

View Source
const PromAddr = "EDG_COORDINATOR_PROMETHEUS_ADDR"

PromAddr is the coordinator's address for the prometheus endpoint server to listen on

View Source
const SealDir = "EDG_COORDINATOR_SEAL_DIR"

SealDir is the coordinator's file location to store the sealed state

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL