Skip to main content

Configuration

Documentation Map

Configuration

Purpose

This page is the canonical v1.6 configuration entrypoint for jhf-dobby.

It maps the primary config surfaces without duplicating the deeper contract and runtime documentation.

Primary Config Surfaces

  • pyproject.toml
  • deploy/compose/jhf-dobby.stack.yml
  • fabric-manifest.json
  • contracts/**
  • config/**

Core Runtime Settings

  • JHF_DOBBY_SERVICE_MODE
  • JHF_DOBBY_DATABASE_URL
  • JHF_FABRIC_BASE_URL
  • JHF_DOBBY_WORKER_POLL_INTERVAL_SECONDS
  • JHF_DOBBY_WORKER_BACKOFF_INITIAL_SECONDS
  • JHF_DOBBY_WORKER_BACKOFF_MAX_SECONDS
  • JHF_DOBBY_EVIDENCE_PROPOSAL_MAX_AGE_SECONDS

Integration Settings

  • JHF_WARP_BASE_URL
  • JHF_WARP_API_TOKEN
  • JHF_SHUTTLE_BASE_URL
  • JHF_SHUTTLE_API_TOKEN
  • JHF_DOBBY_BOBBIN_ARTIFACT_SINK

Drift-Sensitive Areas

  • Fabric consumer contract alignment
  • runtime materialization vs compose/container truth
  • OSS inventory version truth
  • state-machine and no-learn-zone contract parity

Run This Check

python scripts/validate_docs_platform_v1_6.py
python scripts/validate_fabric_consumer_contract.py
python scripts/validate_oss_inventory_version_truth.py
python scripts/verify_runtime_materialization.py

Supporting Deep-Dive Docs

  • Contract Governance (docs/CONTRACT_GOVERNANCE.md)
  • Integrations (docs/INTEGRATIONS.md)
  • OSS Inventory And Version Truth (docs/OSS_INVENTORY.md)

License: AGPLv3. See ../LICENSE (LICENSE).
Learn more at helpifyr.com.