rmview/example.json

14 lines
263 B
JSON
Raw Normal View History

2020-09-11 02:02:54 +02:00
{
"ssh": {
"address": "10.11.99.1",
"username": "root",
"key": "~/.ssh/id_rsa",
"timeout": 2
},
"orientation": "auto",
"pen_size": 10,
"pen_color": "red",
"pen_trail": 1000,
"background_color": "black",
"hide_pen_on_press": false
}