mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
Disambiguate auto_join from auto_register, rename reg to auto_advertise.
Provide an option that describes the value to the user vs the operation performed by the software. Momentarily introducing `auto_join`
This commit is contained in:
@@ -134,7 +134,7 @@ func DefaultConfig() *Config {
|
||||
ConsulConfig: &config.ConsulConfig{
|
||||
ServerServiceName: "nomad",
|
||||
ClientServiceName: "nomad-client",
|
||||
AutoRegister: true,
|
||||
AutoAdvertise: true,
|
||||
Timeout: 5 * time.Second,
|
||||
},
|
||||
LogOutput: os.Stderr,
|
||||
|
||||
Reference in New Issue
Block a user