config

package
v1.15.3 Latest Latest
Warning

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

Go to latest
Published: Jan 2, 2024 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const (
	EnvPrefix = "BF"

	StaticFilesEmbedded = "embedded"

	ShutdownTimeout = 1 * time.Second
)

Variables

View Source
var (
	BuildRevision string
	BuildTime     time.Time

	// Global program log level.
	LogLevel = new(slog.LevelVar)

	Bouncer  bouncer
	HallPass hallpass
	Issuer   issuer
)

Functions

This section is empty.

Types

type Server added in v1.10.4

type Server struct {
	Host    string `envconfig:"HOST"     default:"localhost"`
	CertUri string `envconfig:"CERT_URI" default:"crt.pem"`
	KeyUri  string `envconfig:"KEY_URI"  default:"key.pem"`
}

Jump to

Keyboard shortcuts

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