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
The mongodb driver has a hard-coded URL scheme in Mongodb/Driver.php on line 245: "mongodb://"
However, according to: the MongoDB Docs a new URL scheme "mongodb+srv" is usable with Atlas replica-sets
Can you allow this setting to be configurable. Also there are other recommended connection parameters which are unsupported
retryWrites=true&w=majority
The text was updated successfully, but these errors were encountered:
The mongodb driver has a hard-coded URL scheme in Mongodb/Driver.php on line 245: "mongodb://"
However, according to: the MongoDB Docs a new URL scheme "mongodb+srv" is usable with Atlas replica-sets
Can you allow this setting to be configurable. Also there are other recommended connection parameters which are unsupported
retryWrites=true&w=majority
The text was updated successfully, but these errors were encountered: