From cb29d2f11e6a06070b4eccc85c153fd4247a892c Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Mon, 4 Oct 2021 22:18:04 +0200 Subject: [PATCH] value: improve example config --- etc/examples/formats/value.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/etc/examples/formats/value.conf b/etc/examples/formats/value.conf index df5dbfe00..f14bcfa41 100644 --- a/etc/examples/formats/value.conf +++ b/etc/examples/formats/value.conf @@ -3,6 +3,10 @@ nodes = { type = "file" uri = "/dev/null" - format = "value" + format = { + type = "value" + + real_precision = 5 + } } }