mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 11:26:00 +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,
|
||||
port: port ? parseInt(port) : undefined,
|
||||
trustServerCertificate: !!trustServerCertificate,
|
||||
appName: 'DbGate',
|
||||
};
|
||||
|
||||
if (database) {
|
||||
|
||||
Reference in New Issue
Block a user