From 43e3bba7ce511fade8c6356a892ec2c908576244 Mon Sep 17 00:00:00 2001 From: James Barnett Date: Fri, 16 Mar 2018 12:52:34 +0000 Subject: Hostname now passed correctly to query executor --- query-executor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/query-executor.js b/query-executor.js index 6ae9f4f..17b3ca5 100644 --- a/query-executor.js +++ b/query-executor.js @@ -11,7 +11,7 @@ const connectionConfig = remote.getCurrentWindow().connectionConfig; const connectionPool = new Pool({ user: connectionConfig.username, - host: connectionConfig.host, + host: connectionConfig.hostname, database: connectionConfig.database, password: connectionConfig.password, port: connectionConfig.port -- cgit v1.2.3