HEX
Server: Apache/2.4.65 (Debian)
System: Linux kubikelcreative 5.10.0-35-amd64 #1 SMP Debian 5.10.237-1 (2025-05-19) x86_64
User: www-data (33)
PHP: 8.4.13
Disabled: NONE
Upload Files
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