Initialisation depot
This commit is contained in:
13
RdpBroker/rdp-web-gateway.env
Normal file
13
RdpBroker/rdp-web-gateway.env
Normal file
@@ -0,0 +1,13 @@
|
||||
# Web Gateway Configuration
|
||||
|
||||
# Server Port
|
||||
PORT=8080
|
||||
NODE_ENV=development
|
||||
|
||||
# RdpBroker Connection
|
||||
RDP_BROKER_HOST=rdp-broker
|
||||
RDP_BROKER_PORT=3389
|
||||
|
||||
# Optional: Pre-configure RDP Targets (JSON array)
|
||||
# Leave empty to get targets dynamically from RdpBroker
|
||||
# RDP_TARGETS=[{"name":"Server1","host":"192.168.1.100","port":3389,"description":"Test Server"}]
|
||||
Reference in New Issue
Block a user