mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 04:26:01 +00:00
ability to create string mongo IDs when importing
This commit is contained in:
@@ -59,7 +59,9 @@ const driver = {
|
||||
? `mongodb://${user}:${password}@${server}:${port}`
|
||||
: `mongodb://${server}:${port}`;
|
||||
|
||||
const options = {};
|
||||
const options = {
|
||||
useUnifiedTopology: true,
|
||||
};
|
||||
if (ssl) {
|
||||
options.tls = true;
|
||||
options.tlsCAFile = ssl.ca;
|
||||
|
||||
Reference in New Issue
Block a user