This commit is contained in:
2026-01-17 20:23:58 +01:00
parent c30a582323
commit 50ee068af9

View File

@@ -18,8 +18,8 @@ from blake3 import blake3
# ============================== # ==============================
# ⚙️ USER CONFIGURATION # ⚙️ USER CONFIGURATION
# ============================== # ==============================
DISK_DRIVE_LETTER = "P" # (e.g., "E", "F", "P") DISK_DRIVE_LETTER = "f" # (e.g., "E", "F", "P")
DISK_HOSTNAME = "#HD08" # (e.g., "#HD015") DISK_HOSTNAME = "#HD16" # (e.g., "#HD015")
# 🔒 SAFETY SWITCH # 🔒 SAFETY SWITCH
# True = LIST ONLY (No DB changes). "Simulates" the run. # True = LIST ONLY (No DB changes). "Simulates" the run.