2015-10-12 16:55:02 +00:00
|
|
|
disable_cache = true
|
2015-04-28 22:09:09 +00:00
|
|
|
disable_mlock = true
|
2015-04-17 18:21:40 +00:00
|
|
|
|
2017-02-24 15:45:29 +00:00
|
|
|
ui = true
|
|
|
|
|
2015-03-12 22:21:11 +00:00
|
|
|
listener "tcp" {
|
|
|
|
address = "127.0.0.1:443"
|
|
|
|
}
|
|
|
|
|
|
|
|
backend "consul" {
|
|
|
|
foo = "bar"
|
2015-04-17 18:25:20 +00:00
|
|
|
advertise_addr = "foo"
|
2015-03-12 22:21:11 +00:00
|
|
|
}
|
2015-07-30 13:42:49 +00:00
|
|
|
|
2015-12-11 20:58:10 +00:00
|
|
|
ha_backend "consul" {
|
|
|
|
bar = "baz"
|
|
|
|
advertise_addr = "snafu"
|
2016-10-02 18:54:01 +00:00
|
|
|
disable_clustering = "true"
|
2015-12-11 20:58:10 +00:00
|
|
|
}
|
|
|
|
|
2019-12-06 14:46:39 +00:00
|
|
|
service_registration "consul" {
|
|
|
|
foo = "bar"
|
|
|
|
}
|
|
|
|
|
2016-08-19 20:45:17 +00:00
|
|
|
telemetry {
|
|
|
|
statsd_address = "bar"
|
2020-06-17 15:07:33 +00:00
|
|
|
usage_gauge_period = "5m"
|
|
|
|
maximum_gauge_cardinality = 100
|
|
|
|
|
2016-08-19 20:45:17 +00:00
|
|
|
statsite_address = "foo"
|
2017-06-17 03:51:46 +00:00
|
|
|
dogstatsd_addr = "127.0.0.1:7254"
|
|
|
|
dogstatsd_tags = ["tag_1:val_1", "tag_2:val_2"]
|
2020-02-13 14:00:32 +00:00
|
|
|
metrics_prefix = "myprefix"
|
2021-05-04 19:47:56 +00:00
|
|
|
bad_value = "shouldn't be here"
|
2016-08-19 20:45:17 +00:00
|
|
|
}
|
|
|
|
|
2020-10-29 23:47:34 +00:00
|
|
|
sentinel {
|
|
|
|
additional_enabled_modules = []
|
|
|
|
}
|
|
|
|
|
2015-08-27 14:50:16 +00:00
|
|
|
max_lease_ttl = "10h"
|
|
|
|
default_lease_ttl = "10h"
|
2016-07-26 15:38:24 +00:00
|
|
|
cluster_name = "testcluster"
|
2017-09-16 21:09:37 +00:00
|
|
|
pid_file = "./pidfile"
|
|
|
|
raw_storage_endpoint = true
|
2018-08-24 16:09:03 +00:00
|
|
|
disable_sealwrap = true
|
2018-07-12 20:59:07 +00:00
|
|
|
disable_printable_check = true
|
2021-04-20 22:25:04 +00:00
|
|
|
enable_response_header_hostname = true
|
2021-05-07 12:55:41 +00:00
|
|
|
enable_response_header_raft_node_id = true
|
|
|
|
license_path = "/path/to/license"
|