package
Version:
v1.13.0
Opens a new window with list of versions in this module.
Published: Apr 16, 2024
License: MPL-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
DatabaseUri string `mapstructure:"database_uri"`
JwtSecretKey string `mapstructure:"jwt_secret_key"`
SessionSecret string `mapstructure:"session_secret"`
CookieSecret string `mapstructure:"cookie_secret"`
IssuerUrl string `mapstructure:"issuer_url"`
}
Load will parse any environment variables in .env
We may support additional configuration formats
at some point in the future
Source Files
¶
Click to show internal directories.
Click to hide internal directories.