From 0effe7f3c863721115e82e1b0142a04aa267cc44 Mon Sep 17 00:00:00 2001 From: Pablo Martin Date: Fri, 19 Aug 2022 17:25:34 +0200 Subject: [PATCH] Updated config examples. --- .../{mysql_without_tunnel_config.json => mysql_config.json} | 4 +--- config_examples/mysql_with_tunnel_config.json | 3 ++- config_examples/trino_config.json | 5 +---- 3 files changed, 4 insertions(+), 8 deletions(-) rename config_examples/{mysql_without_tunnel_config.json => mysql_config.json} (86%) diff --git a/config_examples/mysql_without_tunnel_config.json b/config_examples/mysql_config.json similarity index 86% rename from config_examples/mysql_without_tunnel_config.json rename to config_examples/mysql_config.json index a849e48..e6859df 100644 --- a/config_examples/mysql_without_tunnel_config.json +++ b/config_examples/mysql_config.json @@ -5,9 +5,7 @@ "port": 3306, "user": "your_user", "password": "your_password", - "schema": "comprea", - "ssh_tunneling": { - "use_tunnel": false + "schema": "comprea" }, "queries_to_measure": [ { diff --git a/config_examples/mysql_with_tunnel_config.json b/config_examples/mysql_with_tunnel_config.json index 63fd975..8510894 100644 --- a/config_examples/mysql_with_tunnel_config.json +++ b/config_examples/mysql_with_tunnel_config.json @@ -11,7 +11,8 @@ "ssh_host": "the_ssh_tunnel_host", "ssh_username": "the_ssh_tunnel_user", "ssh_port": 22, - "path_to_key": "G:\\path\\to\\ssh\\key.pem" + "path_to_key": "G:\\path\\to\\ssh\\key.pem", + "ssh_private_key_password": "my_keys_password" } }, "queries_to_measure": [ diff --git a/config_examples/trino_config.json b/config_examples/trino_config.json index eaac0c0..8cd8806 100644 --- a/config_examples/trino_config.json +++ b/config_examples/trino_config.json @@ -7,10 +7,7 @@ "password": "your_password", "http_scheme": "https", "catalog": "app_lm_mysql", - "schema": "comprea", - "ssh_tunneling": { - "use_tunnel": false - } + "schema": "comprea" }, "queries_to_measure": [ {