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

10 lines
180 B
JSON
Executable File

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