conf

package
v0.9.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 28, 2014 License: MIT Imports: 0 Imported by: 3

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL