Add .env.example
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
# Chatwoot AI Agent Configuration
|
||||
|
||||
# Chatwoot Instance
|
||||
CHATWOOT_BASE_URL=https://your-chatwoot-domain.com
|
||||
CHATWOOT_WS_URL=wss://your-chatwoot-domain.com/cable
|
||||
|
||||
# API Credentials (create via Chatwoot Profile > Access Token)
|
||||
ACCESS_TOKEN=your_access_token
|
||||
USER_UID=user@email.com
|
||||
USER_TOKEN=your_user_token
|
||||
USER_CLIENT=client_name
|
||||
USER_EXPIRY=expiry_date
|
||||
|
||||
# Account
|
||||
ACCOUNT_ID=1
|
||||
|
||||
# AI Model
|
||||
AI_API_BASE=https://your-llm-api.com
|
||||
AI_MODEL=your-model-name
|
||||
AI_API_KEY=your-api-key
|
||||
|
||||
# AI Agent for Inbox 1 (sourcing-agent)
|
||||
SOURCING_AGENT_ID=sourcing-agent
|
||||
|
||||
# AI Agent for Inbox 7 (halo-blog-agent)
|
||||
HALO_BLOG_AGENT_ID=halo-blog-agent
|
||||
|
||||
# Human timeout (minutes)
|
||||
HUMAN_TIMEOUT_MINUTES=15
|
||||
|
||||
# Logging
|
||||
LOG_LEVEL=INFO
|
||||
Reference in New Issue
Block a user