File: /var/www/indoadvisory_new/webapp/.env
# IndoAdvisory VPS Environment Configuration
# Server Configuration
NODE_ENV=production
PORT=3000
# Database Configuration
#DATABASE_URL=sqlite:./data/indoadvisory.db
 For PostgreSQL: DATABASE_URL=postgresql://darwis:Natashbdueh84!@localhost:5432/indoadvisory2
# Session Configuration
SESSION_SECRET=Natashbdeuh84!
# Admin Credentials (Change these!)
ADMIN_USERNAME=darwis	
ADMIN_PASSWORD=Natashbdeuh84
# Security
JWT_SECRET=Natashbdeuh84
# 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=indoadvisory.com
SSL_EMAIL=admin@indoadvisory.com