Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Debug bool `envconfig:"DEBUG"`
Logging Logging
Host string `envconfig:"HOST"`
Database Database
GitopsRepo string `envconfig:"GITOPS_REPO"`
GitopsRepoDeployKeyPath string `envconfig:"GITOPS_REPO_DEPLOY_KEY_PATH"`
RepoCachePath string `envconfig:"REPO_CACHE_PATH"`
Notifications Notifications
Github Github
ReleaseStats string `envconfig:"RELEASE_STATS"`
PrintAdminToken bool `envconfig:"PRINT_ADMIN_TOKEN"`
}
type Logging ¶
type Logging struct {
Debug bool `envconfig:"DEBUG"`
Trace bool `envconfig:"TRACE"`
Color bool `envconfig:"LOGS_COLOR"`
Pretty bool `envconfig:"LOGS_PRETTY"`
Text bool `envconfig:"LOGS_TEXT"`
}
Logging provides the logging configuration.
Click to show internal directories.
Click to hide internal directories.