mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 03:16:01 +00:00
removed deprecated mongodb useUnifiedTopology options
This commit is contained in:
@@ -66,7 +66,7 @@ const driver = {
|
||||
}
|
||||
|
||||
const options = {
|
||||
useUnifiedTopology: true,
|
||||
// useUnifiedTopology: true, // this options has no longer effect
|
||||
};
|
||||
if (ssl) {
|
||||
options.tls = true;
|
||||
|
||||
Reference in New Issue
Block a user