autokanban/.env.example
2025-11-20 12:53:12 +01:00

9 lines
374 B
Text

# 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