diff --git a/example.json b/example.json index 4cca68c..f698ee6 100644 --- a/example.json +++ b/example.json @@ -1,14 +1,12 @@ { "ssh": { - "address": "10.11.99.1", - "username": "root", - "key": "~/.ssh/id_rsa", + "address": ["10.11.99.1"], "timeout": 2 }, "orientation": "auto", - "pen_size": 10, + "pen_size": 15, "pen_color": "red", - "pen_trail": 1000, - "background_color": "black", - "hide_pen_on_press": false + "pen_trail": 200, + "background_color": "white", + "hide_pen_on_press": true } \ No newline at end of file