Repo initialisation
This commit is contained in:
16
web-gateway/.env.example
Normal file
16
web-gateway/.env.example
Normal file
@@ -0,0 +1,16 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user