service change
This commit is contained in:
parent
d6edf761ac
commit
5b0a0292e1
4 changed files with 134 additions and 5 deletions
9
.env.example
Normal file
9
.env.example
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue