Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ LINQ_API_BASE_URL=https://api.linqapp.com/api/partner/v3
# Server
PORT=3000

# Public base URL for serving generated images (optional - if unset, it's
# learned from incoming webhook requests, e.g. your ngrok or App Runner URL)
PUBLIC_BASE_URL=

# Linq phone numbers this bot runs on (comma-separated, supports multiple)
LINQ_AGENT_BOT_NUMBERS=+14155551234

Expand Down
Loading