From 2313ce734a2f64f12a4831e6627e56ca4b6b0107 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E8=A1=8D=E5=BF=97523370910113?= Date: Sun, 15 Sep 2024 22:59:29 +0800 Subject: [PATCH] Update doc: conf.toml detail --- doc%3A-conf.toml-detail.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc%3A-conf.toml-detail.md b/doc%3A-conf.toml-detail.md index 9c7faa8..ec49c91 100644 --- a/doc%3A-conf.toml-detail.md +++ b/doc%3A-conf.toml-detail.md @@ -49,9 +49,11 @@ max = 4_096 [stages.executor.with.default.stderr] name = "stderr" max = 4_096 + +# configure parser [stages.parser] -name = "healthcheck" +name = "" # set parser name [stages.parser.with] score = 0 -comment = " + comment from toml conf" +comment = "" # comment from the conf file ``` \ No newline at end of file