You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as of version 3.6 MongoDB supports a DNS Seed list. To use this the standard connectionstring starting with "mongodb://.." needs to be replaced with "mongodb+srv://..".
This is currently not available in the toolkit as any connectionstring not starting with "mongodb://" is pre-pended with "mongodb://".
The text was updated successfully, but these errors were encountered:
Description:
as of version 3.6 MongoDB supports a DNS Seed list. To use this the standard connectionstring starting with "mongodb://.." needs to be replaced with "mongodb+srv://..".
This is currently not available in the toolkit as any connectionstring not starting with "mongodb://" is pre-pended with "mongodb://".
The text was updated successfully, but these errors were encountered: