package
Version:
v0.0.0-...-d5572aa
Opens a new window with list of versions in this module.
Published: Apr 30, 2023
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
ServerAddress string `env:"SERVER_ADDRESS" envDefault:":8080"`
DataDir string `env:"DATA_DIR,required"`
JWT struct {
Secret string `env:"JWT_SECRET,required"`
TokenTTL time.Duration `env:"JWT_TOKEN_TTL" envDefault:"1h"`
}
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.