Add documentation, environment config, and project files: .env.example

This commit is contained in:
Zac Gaetano 2026-05-03 23:50:00 -04:00
parent ff6696bfc9
commit 166b75b902

21
.env.example Normal file
View file

@ -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