service change

This commit is contained in:
Aron Petau 2025-11-20 12:53:12 +01:00
parent d6edf761ac
commit 5b0a0292e1
4 changed files with 134 additions and 5 deletions

9
.env.example Normal file
View file

@ -0,0 +1,9 @@
# 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