{
  "status": "ok",
  "service": "gutschein-tool",
  "readiness": {
    "host": "127.0.0.1",
    "port": 3000,
    "webhookVerification": true,
    "shopifyAdminApi": true,
    "shopifyOAuth": true,
    "voucherPage": true,
    "voucherQrUrl": true,
    "productDetection": true,
    "voucherLineItemFallback": false,
    "discountValueDeduction": 5,
    "emailDelivery": true,
    "storageFilePath": "/opt/gutschein-tool/data/processed-orders.json",
    "shopifySessionFilePath": "/opt/gutschein-tool/data/shopify-session.json",
    "voucherTemplatePath": "/opt/gutschein-tool/templates/voucher-template.html",
    "emailTemplatePath": "/opt/gutschein-tool/templates/email-template.html"
  },
  "warnings": [
    "VOUCHER_PRODUCT_TAG wird per Shopify Produkt-Tag-Lookup erkannt.",
    "VOUCHER_LINE_ITEM_FALLBACK=false; nur exakt getaggte Shopify-Produkte loesen Gutschein-Automation aus."
  ]
}
