2023-08-30 23:10:59 +00:00
|
|
|
BACKEND_URL=http://localhost:3002/api
|
2023-09-22 23:23:19 +00:00
|
|
|
# BACKEND_URL=https://api.cal.com/v1
|
|
|
|
FRONTEND_URL=http://localhost:3000
|
|
|
|
# FRONTEND_URL=https://cal.com
|
2023-08-30 23:10:59 +00:00
|
|
|
|
|
|
|
APP_ID=cal-ai
|
|
|
|
APP_URL=http://localhost:3000/apps/cal-ai
|
|
|
|
|
2023-10-14 08:52:24 +00:00
|
|
|
# This is for the onboard route. Which domain should we send emails from?
|
|
|
|
SENDER_DOMAIN=cal.ai
|
|
|
|
|
2023-08-30 23:10:59 +00:00
|
|
|
# Used to verify requests from sendgrid. You can generate a new one with: `openssl rand -hex 32`
|
|
|
|
PARSE_KEY=
|
|
|
|
|
|
|
|
OPENAI_API_KEY=
|
|
|
|
|
|
|
|
# Optionally trace completions at https://smith.langchain.com
|
|
|
|
# LANGCHAIN_TRACING_V2=true
|
|
|
|
# LANGCHAIN_ENDPOINT=
|
|
|
|
# LANGCHAIN_API_KEY=
|
|
|
|
# LANGCHAIN_PROJECT=
|