From 0f246405a6309c0cba2428c206377f5cfec04f4e Mon Sep 17 00:00:00 2001 From: Mathias Gebbe Date: Wed, 25 Feb 2026 17:55:18 +0100 Subject: [PATCH] docs: comment out oauth2 section in example config Signed-off-by: Mathias Gebbe --- examples/config-dev.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/config-dev.yaml b/examples/config-dev.yaml index 1231ee3a..0d23ce93 100644 --- a/examples/config-dev.yaml +++ b/examples/config-dev.yaml @@ -100,11 +100,11 @@ telemetry: # format: "text" # can also be "json" # Default values shown below -oauth2: +#oauth2: # grantTypes determines the allowed set of authorization flows. # grantTypes: # - "authorization_code" - - "client_credentials" # M2M auth, not included in defaults +# - "client_credentials" # M2M auth, not included in defaults # - "refresh_token" # - "implicit" # - "password"