# Database DB_USER=str_manager DB_PASSWORD=changeme_strong_password DB_HOST=localhost DB_PORT=5433 DATABASE_URL=postgresql://str_manager:changeme_strong_password@localhost:5433/str_manager # App Security JWT_SECRET=changeme_64_char_random_string ENCRYPTION_KEY=changeme_32_char_aes_key_here!! # Email (weekly report) SMTP_HOST=smtp.gmail.com SMTP_PORT=587 SMTP_USER=you@gmail.com SMTP_PASS=your_app_password REPORT_EMAIL_TO=you@gmail.com # App login APP_USERNAME=admin APP_PASSWORD_HASH=$2b$10$placeholder_bcrypt_hash # Scraper SCRAPER_URL=http://localhost:3001