Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
PORT=3000
LOG_LEVEL=info

# JWT Secret for authentication (REQUIRED - generate a secure random string)
# Generate with: openssl rand -base64 32
# JWT_SECRET=your-secure-random-secret-here

# Bolt command whitelist
BOLT_COMMAND_WHITELIST_ALLOW_ALL=false
BOLT_COMMAND_WHITELIST=["ls","pwd","whoami","uptime"]
Expand Down
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions .kiro/specs/rbac-authorization/.config.kiro
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"specId": "ca3dcdf9-a02b-492d-a696-44bb09c4306d", "workflowType": "design-first", "specType": "feature"}
Loading
Loading