From c045fac65a8ced37201344da8f8991d332636b1a Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Mon, 4 Oct 2021 22:19:45 +0200 Subject: [PATCH] villas-human: improve example config --- etc/examples/formats/villas-human.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/etc/examples/formats/villas-human.conf b/etc/examples/formats/villas-human.conf index c1ba6ce17..acc8c5225 100644 --- a/etc/examples/formats/villas-human.conf +++ b/etc/examples/formats/villas-human.conf @@ -3,6 +3,11 @@ nodes = { type = "file" uri = "/dev/null" - format = "villas.human" + format = { + type = "villas.human" + + comment_prefix = "//" + header = false + } } }