(int) env('QR_FREE_ALLOCATION_PER_HOUSEHOLD', 10), /* | When a household's active code count drops to or below this number, | a QrBalanceLow event fires (notification listeners hook off it). */ 'low_balance_threshold' => (int) env('QR_LOW_BALANCE_THRESHOLD', 5), /* | Default expiry for a generated batch (months from creation). Null | means no expiry. */ 'default_batch_expiry_months' => env('QR_DEFAULT_BATCH_EXPIRY_MONTHS', null), ];