diff --git a/command/server/test-fixtures/config-dir/baz.hcl b/command/server/test-fixtures/config-dir/baz.hcl new file mode 100644 index 0000000000..e826dec4b4 --- /dev/null +++ b/command/server/test-fixtures/config-dir/baz.hcl @@ -0,0 +1,5 @@ +telemetry { + statsd_address = "baz" + statsite_address = "qux" + disable_hostname = true +}