config

package
v0.0.0-...-128b944 Latest Latest
Warning

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

Go to latest
Published: Jul 24, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Debug             bool   `envconfig:"DEBUG"`
	Host              string `envconfig:"HOST" default:"0.0.0.0"`
	Port              int    `envconfig:"PORT" default:"9000"`
	OTLPEndpoint      string `envconfig:"OTEL_EXPORTER_OTLP_ENDPOINT" default:"0.0.0.0:4317"`
	WordsGRPCEndpoint string `envconfig:"WORDS_GRPC_ENDPOINT" default:"0.0.0.0:9001"`
}

Config holds the gateway service configuration.

Jump to

Keyboard shortcuts

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