You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
715 B
21 lines
715 B
## |
|
## cockroach-gobetween.toml -- GoBetween Server Definition for Consul-managed CockroachDB cluster |
|
## |
|
|
|
[servers] |
|
|
|
[servers.cockroach] |
|
protocol = "tcp" |
|
bind = "127.0.0.1:26257" |
|
balance = "roundrobin" |
|
|
|
[servers.cockroach.discovery] |
|
kind = "consul" |
|
consul_host = "127.0.0.1:8500" |
|
consul_service_passing_only = true |
|
consul_service_name = "cockroach" |
|
consul_service_tag = "" |
|
interval = "1s" |
|
timeout = "2s" |
|
failpolicy = "keeplast" |
|
|
|
|