Explorar el Código

no message

production
[email protected] hace 4 días
padre
commit
7db4286368
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      src/main/resources/application-prod.yml

+ 2
- 2
src/main/resources/application-prod.yml Ver fichero

@@ -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:


Cargando…
Cancelar
Guardar