14 lines
321 B
Text
14 lines
321 B
Text
|
# The root directory of your screenshots
|
||
|
root_path = "/home/user/cvmshots/"
|
||
|
|
||
|
# The WebP quality
|
||
|
webp_quality = 45.0
|
||
|
|
||
|
# Configure nodes here:
|
||
|
|
||
|
# the key is the node name
|
||
|
# Inside, url is the websocket url to the VM
|
||
|
# the origin is the origin URI
|
||
|
[vms]
|
||
|
myvm1 = { url = "wss://myvm.xyz/myvm1", origin = "https://myvm.xyz" }
|