From 9a11348ea5df9ed7d75d8b47540d6a3f46b134db Mon Sep 17 00:00:00 2001 From: "zun.yang" Date: Mon, 31 Jul 2023 14:11:50 +0800 Subject: [PATCH] update --- config.json | 4 ++-- config.json.template | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 config.json.template diff --git a/config.json b/config.json index ca76e6a..0309c5d 100644 --- a/config.json +++ b/config.json @@ -1,7 +1,7 @@ { - "Host": "192.168.8.188", + "Host": "192.168.8.188,192.168.8.189", "Port": 22, "Username": "root", "Password": "123456", "Geekbench_License": "1934531619@qq.com JDN2X-DHS55-OAYJX-JNR32-BFQXZ-ASDRJ-QYANY-CC7NX-JV3QW" -} \ No newline at end of file +} diff --git a/config.json.template b/config.json.template new file mode 100644 index 0000000..504537f --- /dev/null +++ b/config.json.template @@ -0,0 +1,7 @@ +{ + "Host": "xxxx", + "Port": 22, + "Username": "xxx", + "Password": "xxx", + "Geekbench_License": "" +}