845a1934d3
Co-authored-by: Thomas Trompette <thomas.trompette@sfr.fr> Co-authored-by: bosiraphael <raphael.bosi@gmail.com> Co-authored-by: Weiko <corentin@twenty.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions <github-actions@twenty.com> Co-authored-by: Charles Bochet <charles@twenty.com>
10 lines
389 B
Bash
10 lines
389 B
Bash
RECALLAI_API_URL=https://us-west-2.recall.ai
|
|
RECALLAI_API_KEY=recall_api_key
|
|
|
|
# Twenty CRM integration (optional)
|
|
# Generate an API key at <your-twenty-instance>/settings/api-webhooks
|
|
TWENTY_API_URL=http://localhost:3000
|
|
# Workspace subdomain, required for logic function routes when multiworkspace is enabled
|
|
TWENTY_WORKSPACE_SUBDOMAIN=
|
|
TWENTY_API_KEY=replace_me_with_your_twenty_api_key
|