File size: 207 Bytes
205ffbf | 1 2 3 4 5 6 7 | # Anthropic Claude API Key (required for live queries)
ANTHROPIC_API_KEY=sk-ant-api03-...
# TigerGraph Cloud (optional — works without)
TG_HOST=https://YOUR_SUBDOMAIN.tgcloud.io
TG_PASSWORD=your-password
|
205ffbf | 1 2 3 4 5 6 7 | # Anthropic Claude API Key (required for live queries)
ANTHROPIC_API_KEY=sk-ant-api03-...
# TigerGraph Cloud (optional — works without)
TG_HOST=https://YOUR_SUBDOMAIN.tgcloud.io
TG_PASSWORD=your-password
|