9d73c81f38
* disable raw endpoint by default * adding docs * config option raw -> raw_storage_endpoint * docs updates * adding listing on raw endpoint * reworking tests for enabled raw endpoints * root protecting base raw endpoint
10 lines
187 B
HCL
10 lines
187 B
HCL
telemetry {
|
|
statsd_address = "baz"
|
|
statsite_address = "qux"
|
|
disable_hostname = true
|
|
}
|
|
ui=true
|
|
raw_storage_endpoint=true
|
|
default_lease_ttl = "10h"
|
|
cluster_name = "testcluster"
|