mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-30 15:03:57 +00:00
appname sent to connection - tedious
This commit is contained in:
@@ -33,6 +33,7 @@ async function tediousConnect({ server, port, user, password, database, ssl, tru
|
|||||||
requestTimeout: 1000 * 3600,
|
requestTimeout: 1000 * 3600,
|
||||||
port: port ? parseInt(port) : undefined,
|
port: port ? parseInt(port) : undefined,
|
||||||
trustServerCertificate: !!trustServerCertificate,
|
trustServerCertificate: !!trustServerCertificate,
|
||||||
|
appName: 'DbGate',
|
||||||
};
|
};
|
||||||
|
|
||||||
if (database) {
|
if (database) {
|
||||||
|
|||||||
Reference in New Issue
Block a user