Initialisation depot
This commit is contained in:
15
RdpBroker/web-gateway/.env.example
Normal file
15
RdpBroker/web-gateway/.env.example
Normal file
@@ -0,0 +1,15 @@
|
||||
# RDP Web Gateway Environment Configuration
|
||||
|
||||
# Server
|
||||
PORT=8080
|
||||
NODE_ENV=production
|
||||
|
||||
# RDP Broker Connection
|
||||
RDP_BROKER_HOST=rdpbroker
|
||||
RDP_BROKER_PORT=3389
|
||||
|
||||
# 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