config

package
v0.3.4 Latest Latest
Warning

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

Go to latest
Published: Aug 10, 2026 License: MIT Imports: 6 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 {
	ListenAddr      string
	DBDriver        string
	DBDSN           string
	SecretKey       string
	AdminUsername   string
	AdminPassword   string
	LogLevel        string
	CleanupInterval time.Duration
	// HISSampleRetention bounds how long opted-in raw HIS samples are kept
	// before the cleanup worker prunes them.
	HISSampleRetention time.Duration
	CORSAllowAll       bool
	TrustProxy         bool
	EnableHSTS         bool
	MaxBodyBytes       int64
	RateLimit          bool
	RateLimitLogin     int
	RateLimitAPI       int
}

func Load

func Load() (*Config, error)

Jump to

Keyboard shortcuts

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