# Backend Environment Configuration
# Copy this file to .env and fill in your actual values

# Database Configuration
# cPanel: fmpdcrei_tta1
DB_HOST=localhost
DB_USER=fmpdcrei_tta1
DB_PASSWORD=fmpdcrei_tta1
DB_NAME=fmpdcrei_tta1
DB_PORT=3306

# JWT Configuration
JWT_SECRET=your_super_secret_jwt_key_change_this_in_production

# Email Configuration (SMTP)
SMTP_USER=noreply@trusttaxadvisor.com
SMTP_PASSWORD=Chintan@1993
SMTP_HOST=mail.trusttaxadvisor.com
SMTP_PORT=465
SMTP_SECURE=true
SMTP_FROM=Trust Tax Advisor <noreply@trusttaxadvisor.com>

# WhatsApp Configuration (Custom WhatsApp API)
# Get credentials from: https://whatsapp.thechintanpatel.co.in
WHATSAPP_API_URL=https://whatsapp.thechintanpatel.co.in/api/create-message
WHATSAPP_APP_KEY=1a68fcd1-3746-4be7-9cc0-334423e4e1d5
WHATSAPP_AUTH_KEY=yoQ5tAx2MjtnOM2JCu8HU5IuL14DDkKesmGnCVOLRzuyVbu1qv

# Server Configuration
PORT=3000
NODE_ENV=production
CORS_ORIGIN=https://crm.trusttaxadvisor.com

# File Upload
MAX_FILE_SIZE=50000000
UPLOAD_DIR=./uploads

# Features
ENABLE_PAYMENT=false
RAZORPAY_KEY=your_razorpay_key_id
RAZORPAY_SECRET=your_razorpay_secret
