# Database Configuration DATABASE_URL=postgresql://username:password@localhost:5432/dj_management # Authentication SESSION_SECRET=your-super-secret-session-key-here-minimum-32-characters-long REPLIT_DOMAINS=localhost,yourdomain.com REPL_ID=your-repl-id ISSUER_URL=https://replit.com/oidc # Application NODE_ENV=development PORT=5000 # PostgreSQL Database (for Docker) PGHOST=localhost PGPORT=5432 PGUSER=postgres PGPASSWORD=postgres PGDATABASE=dj_management