Skip to content

Commit f1cb1e5

Browse files
committed
Merge pull request #9 from lukas-vlcek/master
Minor README fix
2 parents 870cf0e + cae3aec commit f1cb1e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ The following are a list of settings (prefixed with `discovery.ec2`) that can fu
5555
* `groups`: Either a comma separated list or array based list of (security) groups. Only instances with the provided security groups will be used in the cluster discovery.
5656
* `host_type`: The type of host type to use to communicate with other instances. Can be one of `private_ip`, `public_ip`, `private_dns`, `public_dns`. Defaults to `private_ip`.
5757
* `availability_zones`: Either a comma separated list or array based list of availability zones. Only instances within the provided availability zones will be used in the cluster discovery.
58-
* `any_group`|If set to `false`, will require all security groups to be present for the instance to be used for the discovery. Defaults to `true`.
59-
* `ping_timeout`|How long to wait for existing EC2 nodes to reply during discovery. Defaults to 3s.
58+
* `any_group`: If set to `false`, will require all security groups to be present for the instance to be used for the discovery. Defaults to `true`.
59+
* `ping_timeout`: How long to wait for existing EC2 nodes to reply during discovery. Defaults to 3s.
6060

6161
### Filtering by Tags
6262

0 commit comments

Comments
 (0)