Update example setup to use non-deprecated join

This commit is contained in:
James Rasell 2019-07-30 14:54:52 +02:00 committed by GitHub
parent a9690053bc
commit d70d8c4256
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -185,7 +185,12 @@ the cluster
server {
enabled = true
bootstrap_expect = 3
retry_join = ["1.2.3.4", "5.6.7.8"]
server_join {
retry_join = [ "1.1.1.1", "2.2.2.2" ]
retry_max = 3
retry_interval = "15s"
}
}
```