2026-05-12 01:57:55 -05:00
|
|
|
# Environment configuration
|
|
|
|
|
# Copy this file to .env and customize as needed
|
|
|
|
|
|
|
|
|
|
NODE_ENV=production
|
|
|
|
|
SERVER_PORT=3001
|
2026-05-17 18:37:10 -05:00
|
|
|
|
|
|
|
|
# Zoho CRM Integration
|
|
|
|
|
# Set ZOHO_ENABLED=true to forward leads/support to Zoho CRM
|
|
|
|
|
# Get credentials from https://api-console.zoho.com → Self Client
|
|
|
|
|
ZOHO_ENABLED=false
|
|
|
|
|
ZOHO_API_DOMAIN=https://www.zohoapis.com
|
|
|
|
|
ZOHO_ACCOUNTS_DOMAIN=https://accounts.zoho.com
|
|
|
|
|
ZOHO_CLIENT_ID=
|
|
|
|
|
ZOHO_CLIENT_SECRET=
|
|
|
|
|
ZOHO_REFRESH_TOKEN=
|
|
|
|
|
ZOHO_CASES_ENABLED=false
|