Add documentation, environment config, and project files: .env.example
This commit is contained in:
parent
ff6696bfc9
commit
166b75b902
1 changed files with 21 additions and 0 deletions
21
.env.example
Normal file
21
.env.example
Normal 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
|
||||
Loading…
Reference in a new issue