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