2023-03-15 16:00:52 +00:00
|
|
|
# Copyright (c) HashiCorp, Inc.
|
|
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
|
2020-11-13 18:26:58 +00:00
|
|
|
disable_cache = true
|
|
|
|
disable_mlock = true
|
|
|
|
|
|
|
|
ui = true
|
|
|
|
|
|
|
|
listener "tcp" {
|
|
|
|
address = "127.0.0.1:443"
|
2021-06-17 18:09:37 +00:00
|
|
|
allow_stuff = true
|
2020-11-13 18:26:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
backend "consul" {
|
|
|
|
foo = "bar"
|
|
|
|
advertise_addr = "foo"
|
|
|
|
}
|
|
|
|
|
|
|
|
ha_backend "consul" {
|
|
|
|
bar = "baz"
|
|
|
|
advertise_addr = "snafu"
|
|
|
|
disable_clustering = "true"
|
|
|
|
}
|
|
|
|
|
|
|
|
service_registration "consul" {
|
|
|
|
foo = "bar"
|
|
|
|
}
|
|
|
|
|
|
|
|
telemetry {
|
|
|
|
statsd_address = "bar"
|
|
|
|
usage_gauge_period = "5m"
|
|
|
|
maximum_gauge_cardinality = 100
|
|
|
|
|
|
|
|
statsite_address = "foo"
|
|
|
|
dogstatsd_addr = "127.0.0.1:7254"
|
|
|
|
dogstatsd_tags = ["tag_1:val_1", "tag_2:val_2"]
|
|
|
|
metrics_prefix = "myprefix"
|
|
|
|
|
|
|
|
lease_metrics_epsilon = "1h"
|
|
|
|
num_lease_metrics_buckets = 2
|
|
|
|
add_lease_metrics_namespace_labels = true
|
|
|
|
}
|
|
|
|
|
|
|
|
sentinel {
|
|
|
|
additional_enabled_modules = []
|
|
|
|
}
|
|
|
|
|
|
|
|
max_lease_ttl = "10h"
|
|
|
|
default_lease_ttl = "10h"
|
|
|
|
cluster_name = "testcluster"
|
|
|
|
pid_file = "./pidfile"
|
|
|
|
raw_storage_endpoint = true
|
|
|
|
disable_sealwrap = true
|
|
|
|
disable_printable_check = true
|