package
Version:
v0.0.0-...-b665e70
Opens a new window with list of versions in this module.
Published: May 21, 2024
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Env string `yaml:"env" env-required:"true"`
DBUrl string `env:"DATABASE_URL" env-required:"true"`
HTTPServerConfig `yaml:"http_server"`
}
type HTTPServerConfig struct {
Address string `yaml:"address" env-required:"true"`
Timeout time.Duration `yaml:"timeout" env-default:"5s"`
IdleTimeout time.Duration `yaml:"idle_timeout" env-default:"60s"`
JwtSecret string `yaml:"jwt_secret" env-required:"true"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.