Browse Source

docs: comment out oauth2 section in example config

Signed-off-by: Mathias Gebbe <mathias.gebbe@gmail.com>
pull/4583/head
Mathias Gebbe 3 weeks ago
parent
commit
0f246405a6
No known key found for this signature in database
GPG Key ID: 2A35E2EC75E5438F
  1. 4
      examples/config-dev.yaml

4
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"

Loading…
Cancel
Save