mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-14 19:14:27 +05:00
script: add database_path to moonraker.conf template
This commit is contained in:
@@ -225,6 +225,7 @@ host: 0.0.0.0
|
|||||||
port: $PORT
|
port: $PORT
|
||||||
enable_debug_logging: False
|
enable_debug_logging: False
|
||||||
config_path: $PRINTER_CFG_LOC
|
config_path: $PRINTER_CFG_LOC
|
||||||
|
database_path: ~/.moonraker_database
|
||||||
klippy_uds_address: /tmp/klippy_uds
|
klippy_uds_address: /tmp/klippy_uds
|
||||||
|
|
||||||
[authorization]
|
[authorization]
|
||||||
@@ -279,6 +280,7 @@ host: 0.0.0.0
|
|||||||
port: $PORT
|
port: $PORT
|
||||||
enable_debug_logging: False
|
enable_debug_logging: False
|
||||||
config_path: $PRINTER_CFG_LOC/printer_$INSTANCE
|
config_path: $PRINTER_CFG_LOC/printer_$INSTANCE
|
||||||
|
database_path: ~/.moonraker_database_$INSTANCE
|
||||||
klippy_uds_address: /tmp/klippy_uds-$INSTANCE
|
klippy_uds_address: /tmp/klippy_uds-$INSTANCE
|
||||||
|
|
||||||
[authorization]
|
[authorization]
|
||||||
|
|||||||
Reference in New Issue
Block a user