Skip to content

Commit abd0035

Browse files
More terse langauge + link to server docs
1 parent bd940f4 commit abd0035

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/reference/configuration.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -168,11 +168,10 @@ can be configured.
168168
# on 2.4 and 2.6 is :plain)
169169
auth_mech: :scram
170170

171-
# Specify the auth source, i.e. the database or other source
172-
# which contains the user's login credentials.
173-
# Please review the server documentation for the authentication
174-
# mechanism you are using for more information on auth source(s)
175-
# that can be used with that authentication mechanism.
171+
# Specify the auth source, i.e. the database or other source which
172+
# contains the user's login credentials. Allowed values for auth source
173+
# depend on the authentication mechanism, as explained the server documentation:
174+
# https://docs.mongodb.com/manual/reference/connection-string/#mongodb-urioption-urioption.authSource
176175
# If no auth source is specified, the default auth source as
177176
# determined by the driver will be used. Please refer to:
178177
# https://docs.mongodb.com/ruby-driver/current/reference/authentication/#auth-source

0 commit comments

Comments
 (0)