33 lines
971 B
Plaintext
33 lines
971 B
Plaintext
# Environment configuration
|
|
# Copy this file to .env and customize as needed
|
|
|
|
NODE_ENV=production
|
|
SERVER_PORT=3001
|
|
|
|
# Zoho CRM Integration
|
|
# Preferred current setup: webtolead for contact leads using the legacy Zoho form tokens.
|
|
ZOHO_FORWARDING_MODE=webtolead
|
|
ZOHO_WEBTOLEAD_ENABLED=false
|
|
ZOHO_WEBTOLEAD_URL=https://crm.zoho.com/crm/WebToLeadForm
|
|
ZOHO_WEBTOLEAD_XNQSJSDP=
|
|
ZOHO_WEBTOLEAD_XMIWTLD=
|
|
ZOHO_WEBTOLEAD_ACTION_TYPE=TGVhZHM=
|
|
ZOHO_WEBTOLEAD_RETURN_URL=null
|
|
ZOHO_WEBTOLEAD_ZC_GAD=
|
|
|
|
# Standby REST API/OAuth setup. Set ZOHO_FORWARDING_MODE=api and ZOHO_ENABLED=true to use it.
|
|
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
|
|
|
|
# Google reCAPTCHA
|
|
# Leave disabled until a real Google reCAPTCHA site key and secret key are configured.
|
|
RECAPTCHA_ENABLED=false
|
|
RECAPTCHA_SECRET_KEY=
|
|
RECAPTCHA_MIN_SCORE=0.5
|
|
VITE_RECAPTCHA_SITE_KEY=
|