mirror of
https://github.com/dimalo/klipper-web-control-docker.git
synced 2026-05-07 18:16:39 +02:00
update default moonraker.conf
- migrate to latest config
This commit is contained in:
@@ -2,11 +2,22 @@
|
||||
host: 0.0.0.0
|
||||
port: 7125
|
||||
enable_debug_logging: False
|
||||
|
||||
[file_manager]
|
||||
config_path: /home/klippy/.config
|
||||
database_path: /home/klippy/.moonraker_database
|
||||
queue_gcode_uploads: True
|
||||
enable_object_processing: True
|
||||
|
||||
[job_queue]
|
||||
load_on_startup: True
|
||||
|
||||
[data_store]
|
||||
temperature_store_size: 1800
|
||||
gcode_store_size: 1000
|
||||
|
||||
[database]
|
||||
database_path: /home/klippy/.moonraker_database
|
||||
|
||||
[authorization]
|
||||
cors_domains:
|
||||
http://*.local
|
||||
@@ -26,3 +37,6 @@ trusted_clients:
|
||||
[update_manager]
|
||||
enable_repo_debug: True
|
||||
enable_system_updates: False
|
||||
|
||||
[machine]
|
||||
provider: none
|
||||
|
||||
Reference in New Issue
Block a user