fix(back-end): fix exclude object 0
This commit is contained in:
@@ -11,5 +11,6 @@
|
|||||||
"travel_speed": "700",
|
"travel_speed": "700",
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Bambu Lab A1 0.4 nozzle"
|
"Bambu Lab A1 0.4 nozzle"
|
||||||
]
|
],
|
||||||
|
"exclude_object": "0"
|
||||||
}
|
}
|
||||||
@@ -20,7 +20,7 @@ services:
|
|||||||
- MARKUP_PERCENT=20
|
- MARKUP_PERCENT=20
|
||||||
- TEMP_DIR=/app/temp
|
- TEMP_DIR=/app/temp
|
||||||
- PROFILES_DIR=/app/profiles
|
- PROFILES_DIR=/app/profiles
|
||||||
- CLAMAV_HOST=192.168.1.147
|
- CLAMAV_HOST=clamav
|
||||||
- CLAMAV_PORT=3310
|
- CLAMAV_PORT=3310
|
||||||
- STORAGE_LOCATION=/app/storage
|
- STORAGE_LOCATION=/app/storage
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
Reference in New Issue
Block a user