22 lines
419 B
Text
22 lines
419 B
Text
|
|
# Ross Ultrix Connection Settings
|
||
|
|
ROSS_TALK_HOST=192.168.1.100
|
||
|
|
ROSS_TALK_PORT=7788
|
||
|
|
|
||
|
|
# MCP Server Settings
|
||
|
|
MCP_SERVER_PORT=3000
|
||
|
|
NODE_ENV=production
|
||
|
|
|
||
|
|
# Logging
|
||
|
|
LOG_LEVEL=info
|
||
|
|
|
||
|
|
# Health Check
|
||
|
|
HEALTH_CHECK_PORT=3000
|
||
|
|
|
||
|
|
# Optional: Ross Talk Authentication (if required)
|
||
|
|
# ROSS_TALK_USER=admin
|
||
|
|
# ROSS_TALK_PASSWORD=password
|
||
|
|
|
||
|
|
# Optional: Custom Network Settings
|
||
|
|
# DOCKER_NETWORK_SUBNET=172.20.0.0/16
|
||
|
|
# CONTAINER_IP=172.20.0.10
|