← back to Discontinued Agent
.env.example
36 lines
# discontinued-agent config — copy to .env and adjust.
# George + FileMaker are local / self-hosted = $0 per call.
# ---- George (Gmail HTTP agent) ----
# Health endpoint needs no auth; other routes need HTTP Basic (admin:<pw>).
GEORGE_URL=http://127.0.0.1:9850
# If your George instance requires basic auth on /api/messages etc., set this to
# the base64 of "admin:<pw>" (same value george-mcp reads from the dw-agents keychain).
# Leave blank to try unauthenticated first, then fall back to the keychain lookup.
GEORGE_BASIC_AUTH=
# Gmail account key. "info" = info@designerwallcoverings.com (the follow-up inbox).
GEORGE_ACCOUNT=info
# Gmail search that selects the follow-up threads to scan.
GMAIL_SEARCH=subject:"Priority Request - Samples over 10 days old" newer_than:60d
# ---- FileMaker (Cloud Data API, via the filemaker-mcp fm-client) ----
# Path to the filemaker-mcp project whose src/fm-client.js + .env we reuse.
# We DO NOT hardcode FM creds — they are read from this project's own .env
# (FM_CLOUD_HOST / FM_CLARIS_EMAIL / FM_CLARIS_PASSWORD / FM_COGNITO_*).
FM_MCP_DIR=/Users/macstudio3/Projects/filemaker-mcp
FM_DATABASE=WALLPAPER
FM_LAYOUT=REPORT ON SAMPLES ORDERED
# ---- Behaviour ----
# Loop interval in seconds (daemon mode). Default 10.
POLL_INTERVAL_SEC=10
# HARD SAFETY GATE. Unless this is exactly "1", the daemon only stages + queues;
# it NEVER commits a FileMaker write. Dry-run diffs are always logged first.
DISCO_AUTOCOMMIT=0
# Where ambiguous/sensitive cases get parked for Steve to review.
QUEUE_DIR=/Users/macstudio3/.claude/yolo-queue/pending-approval
# Run-completion report (emailed to info@ after any run that took action)
DISCO_REPORT_TO=info@designerwallcoverings.com
DISCO_REPORT=1