appname sent to connection - tedious

This commit is contained in:
Jan Prochazka
2023-01-27 16:42:01 +01:00
parent 3f525cacc1
commit dbcc732688

View File

@@ -33,6 +33,7 @@ async function tediousConnect({ server, port, user, password, database, ssl, tru
requestTimeout: 1000 * 3600,
port: port ? parseInt(port) : undefined,
trustServerCertificate: !!trustServerCertificate,
appName: 'DbGate',
};
if (database) {