open-vault/command/server/test-fixtures/config.hcl

50 lines
966 B
HCL
Raw Normal View History

disable_cache = true
2015-04-28 22:09:09 +00:00
disable_mlock = true
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
}
ha_backend "consul" {
bar = "baz"
advertise_addr = "snafu"
disable_clustering = "true"
}
service_registration "consul" {
foo = "bar"
}
2016-08-19 20:45:17 +00:00
telemetry {
statsd_address = "bar"
usage_gauge_period = "5m"
maximum_gauge_cardinality = 100
2016-08-19 20:45:17 +00:00
statsite_address = "foo"
dogstatsd_addr = "127.0.0.1:7254"
dogstatsd_tags = ["tag_1:val_1", "tag_2:val_2"]
metrics_prefix = "myprefix"
bad_value = "shouldn't be here"
2016-08-19 20:45:17 +00:00
}
sentinel {
additional_enabled_modules = []
}
max_lease_ttl = "10h"
default_lease_ttl = "10h"
cluster_name = "testcluster"
pid_file = "./pidfile"
raw_storage_endpoint = true
2018-08-24 16:09:03 +00:00
disable_sealwrap = true
disable_printable_check = true
enable_response_header_hostname = true
enable_response_header_raft_node_id = true
license_path = "/path/to/license"