File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -168,11 +168,10 @@ can be configured.
168
168
# on 2.4 and 2.6 is :plain)
169
169
auth_mech: :scram
170
170
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
176
175
# If no auth source is specified, the default auth source as
177
176
# determined by the driver will be used. Please refer to:
178
177
# https://docs.mongodb.com/ruby-driver/current/reference/authentication/#auth-source
You can’t perform that action at this time.
0 commit comments