This commit is contained in:
Sam Dunne 2015-07-21 15:54:48 +01:00
parent 2010a0c966
commit ee1b6a72ea
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ type Config struct {
TypeOverride bool `mapstructure:"artifact_type_override"`
Metadata map[string]string
ServerAddr string `mapstructure:"server_address"`
ServerAddr string `mapstructure:"atlas_url"`
Token string
// This shouldn't ever be set outside of unit tests.