From 517768a423e90c83ff90dae0797928aad02a1d3e Mon Sep 17 00:00:00 2001 From: Elmon11 Date: Sat, 31 Oct 2020 21:10:27 +0100 Subject: [PATCH] Create config.json --- config.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..e2ec003 --- /dev/null +++ b/config.json @@ -0,0 +1,6 @@ +{ + "TELNET_IP": "[IP]", + "TELNET_PORT": [PORT], + "TELNET_USERNAME": "[USERNAME]", + "TELNET_PASSWORD": "[PASSWORD]" +}