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