diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..7fc1217 --- /dev/null +++ b/.env.example @@ -0,0 +1,21 @@ +# 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