Files
revanced-bots/apis/websocket/config.json
PalmDevs 17c6be7bee feat(packages/shared): add logger factory
- @revanced/websocket-api now also utilizes the new logger from the shared package
- @revanced/websocket-api/utils/checkEnv has been renamed to its full form
  - It also no longer returns anything as it's no longer needed
2024-06-24 18:23:16 +07:00

10 lines
176 B
JSON
Executable File

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