docs: Fix incorrect option for klippy_uds_address
Resolves #20. Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
36fb1da46d
commit
d1c0cdf65b
|
@ -157,7 +157,7 @@ host: 0.0.0.0
|
||||||
# to all interfaces
|
# to all interfaces
|
||||||
port: 7125
|
port: 7125
|
||||||
# The port the HTTP server will listen on. Default is 7125
|
# The port the HTTP server will listen on. Default is 7125
|
||||||
klippy_address: /tmp/klippy_uds
|
klippy_uds_address: /tmp/klippy_uds
|
||||||
# The address of Unix Domain Socket used to communicate with Klippy. Default
|
# The address of Unix Domain Socket used to communicate with Klippy. Default
|
||||||
# is /tmp/klippy_uds
|
# is /tmp/klippy_uds
|
||||||
max_upload_size: 200
|
max_upload_size: 200
|
||||||
|
|
Loading…
Reference in New Issue