mirror of
https://github.com/vale981/rmview
synced 2025-03-04 08:41:39 -05:00
Example config has default settings
So people copying it blindly don't inherit weird settings
This commit is contained in:
parent
44a0bfe047
commit
c67cbb0007
1 changed files with 5 additions and 7 deletions
12
example.json
12
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
|
||||
}
|
Loading…
Add table
Reference in a new issue