feat: enhance HTTP server with security, CORS, testing and error handling
This commit is contained in:
@@ -42,4 +42,9 @@ HOST=0.0.0.0
|
||||
|
||||
# Authentication token for HTTP mode (REQUIRED)
|
||||
# Generate with: openssl rand -base64 32
|
||||
AUTH_TOKEN=your-secure-token-here
|
||||
AUTH_TOKEN=your-secure-token-here
|
||||
|
||||
# CORS origin for HTTP mode (optional)
|
||||
# Default: * (allow all origins)
|
||||
# For production, set to your specific domain
|
||||
# CORS_ORIGIN=https://your-client-domain.com
|
||||
Reference in New Issue
Block a user