config

package
v1.14.8 Latest Latest
Warning

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

Go to latest
Published: Dec 29, 2023 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const (
	EnvPrefix = "BF"

	StaticFilesEmbedded = "embedded"
)

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"`
	CrtUri          string        `envconfig:"CRT"              default:"crt.pem"`
	KeyUri          string        `envconfig:"KEY"              default:"key.pem"`
	ShutdownTimeout time.Duration `envconfig:"SHUTDOWN_TIMEOUT" default:"2s"`
}

Jump to

Keyboard shortcuts

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