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
8 changes: 7 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,17 @@ AUTH_TOKEN=your-secure-token-here

# Rate Limiting Configuration
# Protects authentication endpoint from brute force attacks
# Set RATE_LIMIT_ENABLED=false to disable auth rate limiting entirely
# Window: Time period in milliseconds (default: 900000 = 15 minutes)
# Max: Maximum authentication attempts per IP within window (default: 20)
# Legacy alias supported: AUTH_MAX_ATTEMPTS
# AUTH_RATE_LIMIT_WINDOW=900000
# AUTH_RATE_LIMIT_MAX=20

# Authentication Configuration
# Set AUTH_ENABLED=false to disable bearer-token auth for HTTP mode
# AUTH_ENABLED=true

# SSRF Protection Mode
# Prevents webhooks from accessing internal networks and cloud metadata
#
Expand Down Expand Up @@ -217,4 +223,4 @@ ENABLE_MULTI_TENANT=false
# Test Configuration
N8N_TEST_CLEANUP_ENABLED=true # Enable automatic cleanup of test workflows
N8N_TEST_TAG=mcp-integration-test # Tag applied to all test workflows
N8N_TEST_NAME_PREFIX=[MCP-TEST] # Name prefix for test workflows
N8N_TEST_NAME_PREFIX=[MCP-TEST] # Name prefix for test workflows
Loading