File: /var/www/indoadvisory_new/webapp/env.example
# IndoAdvisory VPS Environment Configuration
# Server Configuration
NODE_ENV=production
PORT=3000
# Database Configuration
DATABASE_URL=sqlite:./data/indoadvisory.db
# For PostgreSQL: DATABASE_URL=postgresql://username:password@localhost:5432/indoadvisory
# Session Configuration
SESSION_SECRET=your-super-secure-session-secret-change-this-in-production
# Admin Credentials (Change these!)
ADMIN_USERNAME=admin
ADMIN_PASSWORD=change-this-secure-password
# Security
JWT_SECRET=your-jwt-secret-key
# Optional: Email Configuration (for notifications)
SMTP_HOST=smtp.gmail.com
SMTP_PORT=587
SMTP_USER=your-email@gmail.com
SMTP_PASS=your-app-password
# Optional: External API Keys
# ANALYTICS_KEY=your-analytics-key
# MONITORING_KEY=your-monitoring-key
# Deployment
DOMAIN=yourdomain.com
SSL_EMAIL=admin@yourdomain.com