# {{project_name}} — environment
LEAFMESH_LICENSE_KEY=
OPENAI_API_KEY=
ANTHROPIC_API_KEY=
REDIS_HOST=localhost
REDIS_PORT=6379
REDIS_PASSWORD=
# Manager escalation targets (configs/config.yaml → manager.escalation)
PAGER_WEBHOOK=
# SLACK_BD_CHANNEL is the channel the slack escalation target posts to.
# SLACK_BOT_TOKEN is read by the SDK's slack escalation provider to
# authenticate that post — set both to enable the slack channel target.
SLACK_BD_CHANNEL=
SLACK_BOT_TOKEN=
# SLACK_SIGNING_SECRET is only needed if you add a slack INBOUND
# webhook entry point (none ship in this template) — leave unset
# unless you wire one in code/connector.
SLACK_SIGNING_SECRET=
# Connectors — wire these to your real systems, then enable the
# commented-out crons in configs/config.yaml
OPPORTUNITY_FEED_WEBHOOK_URL=
OPPORTUNITY_FEED_AUTH_TOKEN=
CRM_SIGNAL_WEBHOOK_URL=
CRM_SIGNAL_AUTH_TOKEN=
LEAFMESH_ENV_TOKEN=development
