package
0.9.2
Repository: https://github.com/oidc-mytoken/server.git
Documentation: pkg.go.dev

# Functions

Get returns the Config.
Load reads the config file and populates the Config struct; then validates the Config.
LoadForSetup reads the config file and populates the Config struct; it does not validate the Config, since this is not required for setup.

# Structs

Config holds the server configuration.
DBConf is type for holding configuration for a db.
LoggerConf holds configuration related to logging.
ProviderConf holds information about a provider.
ServiceOperatorConf is type holding the configuration for the service operator of this mytoken instance.