finish deprecation of old libremanage command
[libremanage.git] / config.json
diff --git a/config.json b/config.json
deleted file mode 100644 (file)
index 4508088..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-{
-    "servers": {
-       "web2": {
-           "manager": "myboard",
-           "tty": {
-               "uncolor": false,
-               "file": "/dev/ttyUSB0",
-               "baud": 115200
-           },
-           "power": {
-               "type": "hidusb-relay-cmd",
-               "relay": "HURTM",
-               "channel": 2
-           }
-       }
-    },
-    "managers": {
-       "myboard": {
-           "host": "192.168.0.250",
-           "port": 22,
-           "username": "root"
-       }
-    }
-}