Add documentation, environment config, and project files: default.json
This commit is contained in:
parent
55c9acf53a
commit
d17f6e14f8
1 changed files with 26 additions and 0 deletions
26
config/default.json
Normal file
26
config/default.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue