scrum4me-mcp/.env.example
Scrum4Me Agent 18c34b63de PBI-55: src/lib/push-trigger.ts – fire-and-forget push helper with 5s AbortController timeout
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-07 21:34:41 +02:00

9 lines
287 B
Text

# PostgreSQL connection string for the Scrum4Me database
DATABASE_URL="postgresql://user:pass@host:5432/dbname"
# API token from Scrum4Me → /settings/tokens
SCRUM4ME_TOKEN=""
# Internal push endpoint (main-app) for web-push notifications
INTERNAL_PUSH_URL=""
INTERNAL_PUSH_SECRET=""