From 166b75b90262c5eaea838587ae1ecc9e47fd9306 Mon Sep 17 00:00:00 2001 From: ZGaetano Date: Sun, 3 May 2026 23:50:00 -0400 Subject: [PATCH] Add documentation, environment config, and project files: .env.example --- .env.example | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .env.example 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