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
}
Click to show internal directories.
Click to hide internal directories.