mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 09:05:59 +00:00
fix connection label
This commit is contained in:
@@ -178,6 +178,13 @@ const driver = {
|
||||
}
|
||||
return res;
|
||||
},
|
||||
|
||||
beforeConnectionSave: (connection) => {
|
||||
return {
|
||||
...connection,
|
||||
useDatabaseUrl: 1,
|
||||
};
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = driver;
|
||||
|
||||
Reference in New Issue
Block a user