Versions in this module Expand all Collapse all v0 v0.1.0 Nov 30, 2023 Changes in this version + const Prefix + type AuthConfig struct + AccessTokenTTL time.Duration + Audience string + CookieDomain string + Issuer string + Keys map[string]string + RefreshTokenTTL time.Duration + TokenOverlap time.Duration + type Config struct + AllowOrigins []string + Auth AuthConfig + BindAddr string + ConsoleLog bool + Database DatabaseConfig + LogLevel logger.LevelDecoder + Maintenance bool + Mode string + func New() (conf Config, err error) + func (c Config) GetLogLevel() zerolog.Level + func (c Config) IsZero() bool + func (c Config) Validate() (err error) + type DatabaseConfig struct + ReadOnly bool + Testing bool + URL string