mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 19:05:42 +03:00
spelling: largely
This commit is contained in:
@@ -104,11 +104,11 @@ type Config struct {
|
||||
Vault *config.VaultConfig `mapstructure:"vault"`
|
||||
|
||||
// NomadConfig is used to override the default config.
|
||||
// This is largly used for testing purposes.
|
||||
// This is largely used for testing purposes.
|
||||
NomadConfig *nomad.Config `mapstructure:"-" json:"-"`
|
||||
|
||||
// ClientConfig is used to override the default config.
|
||||
// This is largly used for testing purposes.
|
||||
// This is largely used for testing purposes.
|
||||
ClientConfig *client.Config `mapstructure:"-" json:"-"`
|
||||
|
||||
// DevMode is set by the -dev CLI flag.
|
||||
|
||||
Reference in New Issue
Block a user