17 lines
296 B
Plaintext
17 lines
296 B
Plaintext
# RDP Web Gateway Environment Configuration
|
|
|
|
# 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
|