package
Version:
v0.0.0-...-dcb4846
Opens a new window with list of versions in this module.
Published: Feb 3, 2024
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
core.Config
Env string `mapstructure:"env"`
ClientEndpoint string `mapstructure:"client-endpoint"`
Secret string `mapstructure:"secret"`
Log logConfig `mapstructure:"log"`
Cors corsConfig `mapstructure:"cors"`
Session sessionConfig `mapstructure:"session"`
}
GetConfig returns the application configuration singleton.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.