Files
twenty/packages/twenty-apps/community/meeting-transcript/.env.example
T
Félix Malfait d85785e380 Twenty self hosting app (#15987)
App to manage telemetry/billing (twenty for twenty!)
2025-11-21 14:10:51 +01:00

16 lines
612 B
Bash

# .env.example
# API key for authenticating with the OpenAI-compatible service (Groq, OpenAI, etc.)
AI_PROVIDER_API_KEY=your-openai-or-groq-api-key-here
# API key generated from Twenty CRM instance (Settings > API & Webhooks)
TWENTY_API_KEY=your-twenty-api-key-here
# Base URL for the Twenty CRM server
TWENTY_API_URL=https://your-instance.twenty.com
# Secret token used to authenticate incoming webhook requests
WEBHOOK_SECRET_TOKEN=your-webhook-secret-token-here
# Base URL for OpenAI-compatible API (defaults to OpenAI, can use Groq or other providers)
AI_PROVIDER_API_BASE_URL=https://api.openai.com/v1/