Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthConfig ¶
type AuthConfig struct { Secret string `yaml:"secret"` GitHub AuthProviderConfig `yaml:"github"` }
type AuthProviderConfig ¶
type Config ¶
type Config struct { LogLevel string `yaml:"logLevel"` DevConfig DevConfig `yaml:"devConfig"` Providers []ProviderConfig `yaml:"providers"` Database DatabaseConfig `yaml:"database"` Port int `yaml:"port"` Reconciliation ReconConfig `yaml:"reconciliation"` Auth AuthConfig `yaml:"auth"` ExternalUrl string `yaml:"externalUrl"` }
type DatabaseConfig ¶
type ProviderConfig ¶
type ReconConfig ¶
type ReconConfig struct {
CacheSeconds int `yaml:"cacheSeconds"`
}
Click to show internal directories.
Click to hide internal directories.