Updates configuration README with explanations of more fields

Documents auth, reporting, and http
This commit is contained in:
Brian Bland 2015-01-06 10:59:52 -08:00
parent fdea60af05
commit dbc3ecdff5
2 changed files with 53 additions and 1 deletions

View file

@ -236,7 +236,7 @@ type BugsnagReporting struct {
type NewRelicReporting struct {
// LicenseKey is the NewRelic user license key
LicenseKey string `yaml:"licensekey"`
// AppName is the component name of the registry in NewRelic
// Name is the component name of the registry in NewRelic
Name string `yaml:"name"`
}