blob: afb195d5538366a680805b1c0d417161f7c09a41 [file] [log] [blame]
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
disable_cache = true
disable_mlock = true
ui = true
listener "tcp" {
address = "127.0.0.1:8200"
}
backend "consul" {
advertise_addr = "foo"
token = "foo"
}
telemetry {
dogstatsd_tags = ["bar"]
}
cluster_addr = "127.0.0.1:8201"