Simplification Web-Gateway
This commit is contained in:
@@ -3,14 +3,13 @@
|
||||
# Server
|
||||
PORT=8080
|
||||
NODE_ENV=production
|
||||
LOG_LEVEL=info
|
||||
|
||||
# RDP Broker Connection
|
||||
RDP_BROKER_HOST=rdpbroker
|
||||
RDP_BROKER_PORT=3389
|
||||
|
||||
# Session Configuration
|
||||
SESSION_TIMEOUT=3600000
|
||||
|
||||
# Security (set these in production)
|
||||
# SESSION_SECRET=your-secret-key-here
|
||||
# Optional: Pre-configure RDP Targets
|
||||
# Format: JSON array of target objects
|
||||
# If not set, RdpBroker will provide targets dynamically
|
||||
# Example:
|
||||
# RDP_TARGETS=[{"name":"Server1","host":"srv1.example.com","port":3389,"description":"Production Server"},{"name":"Server2","host":"srv2.example.com","port":3389,"description":"Development Server"}]
|
||||
|
||||
Reference in New Issue
Block a user