# AutoKanban Environment Configuration # Copy this file to .env and update with your values # Admin password for task approval and management ADMIN_PASSWORD=your_secure_password_here # Session secret key for secure cookie signing # Generate a random string for production (e.g., openssl rand -hex 32) SESSION_SECRET=your_random_secret_key_here_at_least_32_characters_long