Procházet zdrojové kódy

no message

production
[email protected] před 4 dny
rodič
revize
7db4286368
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      src/main/resources/application-prod.yml

+ 2
- 2
src/main/resources/application-prod.yml Zobrazit soubor

@@ -43,7 +43,7 @@ scheduler:
# One-time DO1 catch-ups (only registered when scheduler.m18Sync.enabled=true — production profile).
# skipExistingDo defaults true for catch-up: already-synced/picked DOs are not overwritten.
do1CatchUp:
enabled: true
enabled: false # 17/6 catch-up completed — disabled to avoid confusion on startup
skipExistingDo: true
dDate: "2026-06-17"
runAt: "2026-06-17T11:45:00"
@@ -51,7 +51,7 @@ scheduler:
enabled: true
skipExistingDo: true
dDate: "2026-06-18"
runAt: "2026-06-17T12:18:00"
runAt: "2026-06-17T12:26:00"

# Laser Bag2 (/laserPrint) TCP auto-send; uses LASER_PRINT host/port/itemCodes from DB and sends first matching job only.
laser:


Načítá se…
Zrušit
Uložit