From 49355dc4509529c5585501a258945b61ee8ff680 Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Fri, 24 Nov 2023 11:06:47 +0000 Subject: [PATCH] doc - add a note about the global crawler config section --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 95700d4c4..defaf1354 100644 --- a/README.md +++ b/README.md @@ -473,6 +473,8 @@ about: This section configures global crawlers setting. +> Note that, `crawlers` is a config root level parameter. + Here is an example: ```YAML @@ -481,6 +483,7 @@ crawlers: loop_delay_sec: 3600 ``` + #### Authentication Monocle supports user authentication via an OIDC (OpenID Connect) provider.