chore(apis/websocket): update config schema

This commit is contained in:
PalmDevs
2024-01-14 21:42:58 +07:00
parent fd7388ac3d
commit 3e84821c23
3 changed files with 11 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
{
"$schema": "./config.schema.json",
"address": "127.0.0.1",
"port": 3000,
"ocrConcurrentQueues": 1,
"clientHeartbeatInterval": 5000,
"consoleLogLevel": "log"
}