Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConfigType ¶
type ConfigType struct { Host string `yaml:"host"` Port int `yaml:"port"` DataLocation string `yaml:"data_location"` UrlBase string `yaml:"url_base"` JsonLogging bool `yaml:"log_json"` DB string `yaml:"database"` Oidc `yaml:"oidc"` }
var Config *ConfigType
Click to show internal directories.
Click to hide internal directories.