This commit is contained in:
Tour
2025-12-03 17:30:09 +01:00
parent 8fff75dcf2
commit 4c32043e5f
10 changed files with 808 additions and 178 deletions

View File

@@ -28,3 +28,24 @@ quarkus.log.console.level=INFO
quarkus.http.enable-compression=true
quarkus.rest.path=/api
quarkus.http.root-path=/
# Auction Monitor Configuration
auction.database.path=C:\\mnt\\okcomputer\\output\\cache.db
auction.images.path=C:\\mnt\\okcomputer\\output\\images
auction.notification.config=desktop
auction.yolo.config=models/yolov4.cfg
auction.yolo.weights=models/yolov4.weights
auction.yolo.classes=models/coco.names
# Scheduler Configuration
quarkus.scheduler.enabled=true
quarkus.scheduler.start-halted=false
# Workflow Schedules
auction.workflow.scraper-import.cron=0 */30 * * * ?
auction.workflow.image-processing.cron=0 0 * * * ?
auction.workflow.bid-monitoring.cron=0 */15 * * * ?
auction.workflow.closing-alerts.cron=0 */5 * * * ?
# Health Check Configuration
quarkus.smallrye-health.root-path=/health