Files
revanced-bots/apis/websocket/config.example.json
2024-06-24 18:23:18 +07:00

10 lines
174 B
JSON
Executable File

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