mirror of https://github.com/status-im/consul.git
Merge pull request #2928 from hashicorp/docs/nicj/autopilot
Updated autopilot guide to correct synax issue with example config
This commit is contained in:
commit
7332d663fb
|
@ -30,7 +30,7 @@ bootstrapping the cluster:
|
|||
"cleanup_dead_servers": true,
|
||||
"last_contact_threshold": "200ms",
|
||||
"max_trailing_logs": 250,
|
||||
"server_stabilization_time": 10s,
|
||||
"server_stabilization_time": "10s",
|
||||
"redundancy_zone_tag": "az",
|
||||
"disable_upgrade_migration": false
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue