diff --git a/config/default.json b/config/default.json new file mode 100644 index 0000000..c57549f --- /dev/null +++ b/config/default.json @@ -0,0 +1,26 @@ +{ + "rossTalk": { + "host": "192.168.1.100", + "port": 7788, + "reconnectInterval": 5000, + "heartbeatInterval": 30000, + "connectionTimeout": 10000 + }, + "mcp": { + "serverName": "ross-ultrix-mcp", + "version": "1.0.0", + "port": 3000 + }, + "logging": { + "level": "info", + "format": "combined", + "directory": "./logs", + "maxFiles": 10, + "maxSize": "10MB" + }, + "health": { + "enabled": true, + "port": 3000, + "endpoint": "/health" + } +}