From 7208ac80e2269eda08d02fd92ce65f259f1d48c5 Mon Sep 17 00:00:00 2001 From: ssung Date: Mon, 23 Oct 2023 16:58:29 +0900 Subject: [PATCH] ADD: Add test code. --- config.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..f77c7a2 --- /dev/null +++ b/config.json @@ -0,0 +1,9 @@ +{ + "topic": "performance", + "id": "sdt", + "password": "11223344", + "host": { + "address": "192.168.100.200", + "hostname": "sdt" + } +} \ No newline at end of file