Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Conf ¶
type Conf struct {
Port int
LogLevel string
LogFormat string
APIToken string
SkipPush bool
// for basic auth
Username string
Password string
// for travis auth
TravisToken string
NoTravis bool
// for github auth
GitHubSecret string
NoGitHub bool
// docker registry credentials
CfgUn string
CfgPass string
CfgEmail string
}
Conf is used for storing data retrieved from environmental variables.
var Config Conf
Config is the global config for docker-builder
Click to show internal directories.
Click to hide internal directories.