Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/pages/includes/config-reference/auth-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,8 @@ auth_service:
# unlikely that you'll need to change this.
# session_control_timeout: 2m

# Determines the routing strategy used to connect to nodes. Can be
# 'unambiguous_match' (default), or 'most_recent'.
# Determines the routing strategy used to connect to nodes when connecting via
# node name. Can be 'unambiguous_match' (default), or 'most_recent'.
routing_strategy: unambiguous_match

# License file to start auth server with. Note that this setting is ignored
Expand Down
Loading