This commit is contained in:
2026-01-11 20:14:52 +01:00
parent 6cdabc64b4
commit 2037d1b887

View File

@@ -24,7 +24,7 @@ DISK_HOSTNAME = "#HD08" # (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.
# False = EXECUTE (Deletes and Inserts into DB). # False = EXECUTE (Deletes and Inserts into DB).
DRY_RUN = True DRY_RUN = False
# ============================== # ==============================
# TECHNICAL CONFIG # TECHNICAL CONFIG