# {{project_name}} — environment
LEAFMESH_LICENSE_KEY=
OPENAI_API_KEY=
ANTHROPIC_API_KEY=
REDIS_HOST=localhost
REDIS_PORT=6379
REDIS_PASSWORD=
PAGER_WEBHOOK=
# MCP gateway for your QMS — corrective_action_tracker_agent
# (track_corrective_actions tool). CAPAs live in your QMS, not here.
QMS_MCP_URL=
# Optional: plant historian MCP gateway if you swap spc_monitor_agent
# off the dev store SPC series.
HISTORIAN_MCP_URL=
# Optional: relocate the seeded dev store (batches, defects, SPC series,
# CAPA register, recalls). Defaults to ./data. This is a dev stand-in for
# your MES/LIMS/QMS/historian — never your system of record.
QUALITY_YIELD_STORE_DIR=
# Slack — SLACK_BOT_TOKEN / SLACK_SIGNING_SECRET belong to a
# `channels: {slack: {...}}` block (ChannelConfig). This template has
# no channels block, so they are NOT auto-consumed; the escalation
# target below (provider: slack) reads only SLACK_QA_CHANNEL +
# message_template. Add a channels block to activate the bot creds.
SLACK_BOT_TOKEN=
SLACK_SIGNING_SECRET=
SLACK_QA_CHANNEL=
LEAFMESH_ENV_TOKEN=development
