Queue-North-Website/.env.example

17 lines
456 B
Plaintext

# Environment configuration
# Copy this file to .env and customize as needed
NODE_ENV=production
SERVER_PORT=3001
# 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